#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

stefanjudis's tweet image. ๐Ÿ’ก 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

stefanjudis's tweet image. 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โ€ฆ

stefanjudis's tweet image. 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

stefanjudis's tweet image. ๐Ÿต 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โ€ฆ

stefanjudis's tweet image. 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

stefanjudis's tweet image. 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

stefanjudis's tweet image. 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

stefanjudis's tweet image. ๐ŸŽ‰ 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โ€ฆ

stefanjudis's tweet image. 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

techedlaksh's tweet image. 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. ๐Ÿ‘‡

stefanjudis's tweet image. 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โ€ฆ

stefanjudis's tweet image. โ˜• 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

stefanjudis's tweet image. 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

stefanjudis's tweet image. ๐Ÿ’ก TIL โ€“ there&apos;s a new global JavaScript method to report exceptions to global error handlers.

If you&apos;re knee deep in your call stack you can handle exception so that things don&apos;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

stefanjudis's tweet image. ๐ŸŽ‰ 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โ€ฆ

stefanjudis's tweet image. 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

stefanjudis's tweet image. 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

stefanjudis's tweet image. 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โ€ฆ

stefanjudis's tweet image. 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. ๐Ÿ‘‡

stefanjudis's tweet image. 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โ€ฆ

stefanjudis's tweet image. 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โ€ฆ

stefanjudis's tweet image. โ˜• Quick morning DevSheet. `git status` vs. `git status -s` vs. `git status --porcelain`. :) 

#devsheets

๐Ÿ”— TIL post: stefanjudis.com/today-i-learneโ€ฆ

`inputmode` on HTML elements. ๐Ÿ™ˆ๐Ÿ‘‡ #devsheets ๐Ÿ”— MDN: developer.mozilla.org/en-US/docs/Webโ€ฆ

stefanjudis's tweet image. `inputmode` on HTML elements. ๐Ÿ™ˆ๐Ÿ‘‡

#devsheets

๐Ÿ”— MDN: developer.mozilla.org/en-US/docs/Webโ€ฆ

Safari now supports `enterkeyhint`. ๐Ÿ‘ I always like it when the enter key gives me more context. ๐Ÿ‘‡ ๐Ÿ”— Spec: html.spec.whatwg.org/multipage/inteโ€ฆ #devsheets

stefanjudis's tweet image. 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

stefanjudis's tweet image. ๐Ÿ’ก TIL โ€“ there&apos;s a new global JavaScript method to report exceptions to global error handlers.

If you&apos;re knee deep in your call stack you can handle exception so that things don&apos;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

stefanjudis's tweet image. Sometimes it&apos;s the tiny things. ๐Ÿ’ช โœจ

Firefox is the first browser shipping `URL.canParse`, and it&apos;s so much better than try/catching valid URLs. ๐Ÿ˜…

#devsheets

Little morning devsheet โ˜• โ€“ `Intl.NumberFormat`. ๐Ÿ”— MDN: developer.mozilla.org/en-US/docs/Webโ€ฆ #devsheets

stefanjudis's tweet image. 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

stefanjudis's tweet image. โ˜• 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โ€ฆ

stefanjudis's tweet image. 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

stefanjudis's tweet image. TIL: There&apos;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โ€ฆ

stefanjudis's tweet image. 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

stefanjudis's tweet image. ๐Ÿต 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โ€ฆ

stefanjudis's tweet image. โ˜• 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

stefanjudis's tweet image. 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

stefanjudis's tweet image. 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โ€ฆ

stefanjudis's tweet image. I haven&apos;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

stefanjudis's tweet image. ๐ŸŽ‰ 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

techedlaksh's tweet image. 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โ€ฆ

stefanjudis's tweet image. โ˜• 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โ€ฆ

stefanjudis's tweet image. 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. ๐Ÿ‘‡

stefanjudis's tweet image. 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

stefanjudis's tweet image. I can&apos;t wait for all these new text-decoration properties to be widely supported. It&apos;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

Loading...

Something went wrong.


Something went wrong.


United States Trends