#devsheets resultados de bรบsqueda
๐ก TIL โ there's a new global JavaScript method to report exceptions to global error handlers. If you're knee deep in your call stack you can handle exception so that things don't blow up, but also trigger global event handlers for e.g. error monitoring. ๐ #devsheets
Sometimes it's the tiny things. ๐ช โจ Firefox is the first browser shipping `URL.canParse`, and it's so much better than try/catching valid URLs. ๐ #devsheets
I just updated Chrome and it now supports complex selectors in CSS `:not()` pseudo-classes. ๐ฒ That means stuff like this is now possible. ๐ #devsheets Works in Chrome 88, Safari and Firefox. ๐ โ๏ธ Article and live example: stefanjudis.com/snippets/how-tโฆ
๐ต Little evening DevSheet: The new Cookie Store API shipping in Chrome 87. ๐ Chrome status: chromestatus.com/feature/565884โฆ ๐ Explainer: wicg.github.io/cookie-store/eโฆ #devsheets
CSS filter functions in a nutshell. ๐ #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ
๐ Starting with @firefox 85 we can say goodbye to :-moz-focusring and say hello to :focus-visible. ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ #devsheets Video alt: Explanation showing that focus styles can be hidden for click interactions but be visible for keyboards.
TIL โ `repeating` gradient #css functions exist. ๐ฒ ๐ stefanjudis.com/today-i-learneโฆ #devsheets
I just learned that quotes can be localised via CSS. ๐ฒ Big thanks to @lonekorean for including that in an article. ๐โโ๏ธ ๐ codersblock.com/blog/diving-inโฆ #devsheets
Quick evening devsheet. ๐ `accent-color` will enable us to have style-matching checkboxes and radios. ๐ ๐ Spec: drafts.csswg.org/css-ui-4/#widgโฆ ๐ CodePen example: codepen.io/stefanjudis/peโฆ #devsheets Video alt: A purple coloured radio and checkbox input.
๐ I just learned that you can use `text-align: start` and `text-align: end` to align text with language text direction in mind. #devsheets Video alt: Example showing how `text-align: start` and `text-align: end` adjust alignments correctly for RTL languages.
๐ Input type `datetime-local` support is coming to Firefox 93. ๐ ๐ MDN docs: developer.mozilla.org/en-US/docs/Webโฆ #devsheets
So, who's adopting the fancy `inset` logical CSS properties? #devsheets Video alt: Explanation of `inset-block` and `inset-inline` showing that they translate to `top`, `right`, `bottom` and `left`, but depend on `writing-mode`, `direction` and `text-orientation`.
โ Little morning devsheet. min-content, max-content and fit-content in CSS. :) ๐ @css : css-tricks.com/almanac/properโฆ ๐ Spec: drafts.csswg.org/css-sizing-3/#โฆ #devsheets Video alt: in next tweet. ๐๐งต
Quick Sunday DevSheet. ๐ With Chromium v91 `@โcounter-style` slowly enters the stage. Soon you can go wild with another option to create custom list styles. #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ ๐ Spec: drafts.csswg.org/css-counter-stโฆ ๐ Chrome status: chromestatus.com/feature/569269โฆ
Quick morning DevSheet โ forgiving selector lists in CSS. ๐ ๐ Spec: drafts.csswg.org/selectors-4/#fโฆ #devsheets Video alt: Browsers invalidate a complete CSS selector if they fail to parse it. :is()/:where() don't invalidate bc. they take forgiving selector lists as argument.
So I am doing frontend dev after 2 years. What is this power I feel w/ CSS Grids and Flexbox #devsheets @freeCodeCamp @css
โ Little Monday devsheet. `place-items` in CSS grid. #devsheets Link Symbol MDN: developer.mozilla.org/en-US/docs/Webโฆ Video alt: Visualisation of the place-items CSS property and how it can be used to center elements in grid containers. (there was a mistake in the previous one... ๐)
Little evening devsheet. ๐ Order matters in CSS transformations. Blog post: stefanjudis.com/blog/order-in-โฆ #devsheets How transforms are applied when using functions and properties. ๐
โ Quick morning DevSheet. `git status` vs. `git status -s` vs. `git status --porcelain`. :) #devsheets ๐ TIL post: stefanjudis.com/today-i-learneโฆ
Sometimes it's the tiny things. ๐ช โจ Firefox is the first browser shipping `URL.canParse`, and it's so much better than try/catching valid URLs. ๐ #devsheets
.@babeljs shipped support for duplicate named capture groups and since the last DevSheet has been a while, here's a quick named capture groups explainer. ๐ #devsheets Video alt: Explanation of the named capture group syntax `(?<name>.*)`.
๐ก TIL โ there's a new global JavaScript method to report exceptions to global error handlers. If you're knee deep in your call stack you can handle exception so that things don't blow up, but also trigger global event handlers for e.g. error monitoring. ๐ #devsheets
Can you tell me more about devsheets? seems there's none at #devsheets on twitter.
So, who's adopting the fancy `inset` logical CSS properties? #devsheets Video alt: Explanation of `inset-block` and `inset-inline` showing that they translate to `top`, `right`, `bottom` and `left`, but depend on `writing-mode`, `direction` and `text-orientation`.
๐ Input type `datetime-local` support is coming to Firefox 93. ๐ ๐ MDN docs: developer.mozilla.org/en-US/docs/Webโฆ #devsheets
Quick morning DevSheet โ forgiving selector lists in CSS. ๐ ๐ Spec: drafts.csswg.org/selectors-4/#fโฆ #devsheets Video alt: Browsers invalidate a complete CSS selector if they fail to parse it. :is()/:where() don't invalidate bc. they take forgiving selector lists as argument.
Today I learned that you can control if SVG stroke-width should scale with applied transformations using `vector-effect`. ๐ฒ #devsheets ๐ stefanjudis.com/today-i-learneโฆ Video alt: Example showing scaled stroke width that's turned of by using vector-effect.
Quick evening devsheet. ๐ `accent-color` will enable us to have style-matching checkboxes and radios. ๐ ๐ Spec: drafts.csswg.org/css-ui-4/#widgโฆ ๐ CodePen example: codepen.io/stefanjudis/peโฆ #devsheets Video alt: A purple coloured radio and checkbox input.
๐ I just learned that you can use `text-align: start` and `text-align: end` to align text with language text direction in mind. #devsheets Video alt: Example showing how `text-align: start` and `text-align: end` adjust alignments correctly for RTL languages.
Quick Sunday DevSheet. ๐ With Chromium v91 `@โcounter-style` slowly enters the stage. Soon you can go wild with another option to create custom list styles. #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ ๐ Spec: drafts.csswg.org/css-counter-stโฆ ๐ Chrome status: chromestatus.com/feature/569269โฆ
TIL โ `repeating` gradient #css functions exist. ๐ฒ ๐ stefanjudis.com/today-i-learneโฆ #devsheets
I just learned that quotes can be localised via CSS. ๐ฒ Big thanks to @lonekorean for including that in an article. ๐โโ๏ธ ๐ codersblock.com/blog/diving-inโฆ #devsheets
I just updated Chrome and it now supports complex selectors in CSS `:not()` pseudo-classes. ๐ฒ That means stuff like this is now possible. ๐ #devsheets Works in Chrome 88, Safari and Firefox. ๐ โ๏ธ Article and live example: stefanjudis.com/snippets/how-tโฆ
๐ Starting with @firefox 85 we can say goodbye to :-moz-focusring and say hello to :focus-visible. ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ #devsheets Video alt: Explanation showing that focus styles can be hidden for click interactions but be visible for keyboards.
Little evening devsheet. ๐ Order matters in CSS transformations. Blog post: stefanjudis.com/blog/order-in-โฆ #devsheets How transforms are applied when using functions and properties. ๐
CSS filter functions in a nutshell. ๐ #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ
โ Little Monday devsheet. `place-items` in CSS grid. #devsheets Link Symbol MDN: developer.mozilla.org/en-US/docs/Webโฆ Video alt: Visualisation of the place-items CSS property and how it can be used to center elements in grid containers. (there was a mistake in the previous one... ๐)
โ Little morning devsheet. min-content, max-content and fit-content in CSS. :) ๐ @css : css-tricks.com/almanac/properโฆ ๐ Spec: drafts.csswg.org/css-sizing-3/#โฆ #devsheets Video alt: in next tweet. ๐๐งต
โ Quick morning DevSheet. `git status` vs. `git status -s` vs. `git status --porcelain`. :) #devsheets ๐ TIL post: stefanjudis.com/today-i-learneโฆ
Safari now supports `enterkeyhint`. ๐ I always like it when the enter key gives me more context. ๐ ๐ Spec: html.spec.whatwg.org/multipage/inteโฆ #devsheets
๐ก TIL โ there's a new global JavaScript method to report exceptions to global error handlers. If you're knee deep in your call stack you can handle exception so that things don't blow up, but also trigger global event handlers for e.g. error monitoring. ๐ #devsheets
Little morning devsheet โ โ `Intl.NumberFormat`. ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ #devsheets
Sometimes it's the tiny things. ๐ช โจ Firefox is the first browser shipping `URL.canParse`, and it's so much better than try/catching valid URLs. ๐ #devsheets
๐ต Little evening DevSheet: The new Cookie Store API shipping in Chrome 87. ๐ Chrome status: chromestatus.com/feature/565884โฆ ๐ Explainer: wicg.github.io/cookie-store/eโฆ #devsheets
I just updated Chrome and it now supports complex selectors in CSS `:not()` pseudo-classes. ๐ฒ That means stuff like this is now possible. ๐ #devsheets Works in Chrome 88, Safari and Firefox. ๐ โ๏ธ Article and live example: stefanjudis.com/snippets/how-tโฆ
TIL: There's an `ex` CSS unit. ๐ ๐ CSS Spec for font-relative length units: drafts.csswg.org/css-values-4/#โฆ #devsheets
โ Little morning DevSheet. Reviver and Replacer functions when dealing with JSON in JavaScript. #devsheets
CSS filter functions in a nutshell. ๐ #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ
โ Little morning devsheet: the flexible `flex` shorthand CSS property. ๐ #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ
I just learned that quotes can be localised via CSS. ๐ฒ Big thanks to @lonekorean for including that in an article. ๐โโ๏ธ ๐ codersblock.com/blog/diving-inโฆ #devsheets
TIL โ `repeating` gradient #css functions exist. ๐ฒ ๐ stefanjudis.com/today-i-learneโฆ #devsheets
I haven't used the readonly attribute on form elements for a while and forgot that they can be targeted with a :read-only pseudo class. ๐ To remember, I made a quick devsheet showing the differences of disabled and readonly inputs. #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Leaโฆ
๐ Input type `datetime-local` support is coming to Firefox 93. ๐ ๐ MDN docs: developer.mozilla.org/en-US/docs/Webโฆ #devsheets
So I am doing frontend dev after 2 years. What is this power I feel w/ CSS Grids and Flexbox #devsheets @freeCodeCamp @css
โ Quick morning DevSheet. `git status` vs. `git status -s` vs. `git status --porcelain`. :) #devsheets ๐ TIL post: stefanjudis.com/today-i-learneโฆ
Quick Sunday DevSheet. ๐ With Chromium v91 `@โcounter-style` slowly enters the stage. Soon you can go wild with another option to create custom list styles. #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ ๐ Spec: drafts.csswg.org/css-counter-stโฆ ๐ Chrome status: chromestatus.com/feature/569269โฆ
โ Little morning devsheet because `selector` entered Safari Tech Preview (shipping Safari 14+). ๐`@supports` and the `selector` function in CSS. ๐ #devsheets ๐ MDN for supports: developer.mozilla.org/en-US/docs/Webโฆ
Little evening devsheet. ๐ Order matters in CSS transformations. Blog post: stefanjudis.com/blog/order-in-โฆ #devsheets How transforms are applied when using functions and properties. ๐
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 56.2K posts
- 2. Klay 24.5K posts
- 3. McLaren 102K posts
- 4. #sundayvibes 4,411 posts
- 5. Lando 135K posts
- 6. #FelizCumpleaรฑosPresidente 2,963 posts
- 7. #FelizCumpleaรฑosNico 3,087 posts
- 8. #AEWFullGear 72.7K posts
- 9. Ja Morant 11.1K posts
- 10. For the Lord 29.7K posts
- 11. Oscar 126K posts
- 12. Piastri 75.3K posts
- 13. #LasVegasGP 230K posts
- 14. Max Verstappen 66.4K posts
- 15. Childish Gambino 2,595 posts
- 16. Tottenham 40K posts
- 17. South Asia 37.7K posts
- 18. Arsenal 162K posts
- 19. God Bless America 6,891 posts
- 20. Samoa Joe 5,613 posts