#devsheets search results
๐ก 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.
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.
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 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.
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.
โ 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โฆ
โ 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... ๐)
So I am doing frontend dev after 2 years. What is this power I feel w/ CSS Grids and Flexbox #devsheets @freeCodeCamp @css
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
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 morning devsheet โ โ `Intl.NumberFormat`. ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ #devsheets
โ Little morning DevSheet. Reviver and Replacer functions when dealing with JSON in JavaScript. #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
CSS filter functions in a nutshell. ๐ #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ
๐ต 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
โ Little morning devsheet: the flexible `flex` shorthand CSS property. ๐ #devsheets ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ
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 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 evening devsheet. ๐ Order matters in CSS transformations. Blog post: stefanjudis.com/blog/order-in-โฆ #devsheets How transforms are applied when using functions and properties. ๐
I can't wait for all these new text-decoration properties to be widely supported. It's still early stages, but broader support of properties to e.g. define the underline thickness will be excellent. ๐ ๐ MDN: developer.mozilla.org/en-US/docs/Webโฆ #devsheets
Something went wrong.
Something went wrong.
United States Trends
- 1. Howie 6,238 posts
- 2. #MondayMotivation 32.6K posts
- 3. Phillips 496K posts
- 4. Good Monday 44.7K posts
- 5. $IREN 14.8K posts
- 6. Victory Monday 1,911 posts
- 7. #MondayVibes 2,624 posts
- 8. #Talus_Labs N/A
- 9. Kimberly-Clark 1,367 posts
- 10. 60 Minutes 106K posts
- 11. Winthrop 1,013 posts
- 12. Kenvue 4,195 posts
- 13. $QURE 3,915 posts
- 14. Maddie Kowalski N/A
- 15. Jets 3rd N/A
- 16. Spinoza 1,715 posts
- 17. #MondayMood 1,335 posts
- 18. National Sandwich Day N/A
- 19. $CIFR 7,286 posts
- 20. #RomanEmpireByBangChan 24.6K posts