You don't need tools, to add RTL support to your site, use logical properties for that.
The support is solid, and if you do need a fallback, @css_tools_'s @PostCSS Preset-env is your friend 😉
All our CSS Components are RTL aware by default, check it out fylgja.dev/features/rtl/
👀 Did you know that there's a new syntax for range media queries? It's been in Firefox for a while, and will be available in Chrome from version 104. Take a look in this post from @rachelandrewdeveloper.chrome.com/blog/me…
June 15 is IE end-of-life date.
We plan to release new Browserslist patch version on next week, where IE 11 will be in `dead` query (and removed from default target browsers).
What do you think?
github.com/browserslist/brow…
Update to IE11 End of Life story:
the USDS dropped official support for IE11 after traffic to government sites plummeted from ~3% to <1% in 2021. Too small to be independently tracked.
49 days to June 15, Microsoft's EOL date!
All this and more in my next @Reactathon talk!
A new build for Chrome 102 has shipped with an important (puns...) fix for Cascade Layers.
This issue was discovered when implementing the #PostCSS plugin with @OddBird and asking @TerribleMia for feedback.
bugs.chromium.org/p/chromium…
The PostCSS / stylelint plugin stylelint-use-logical-spec has been updated to now support animation and better shorthand.
Its now fully compliant with logical properties
npmjs.com/package/stylelint-…
Now that all plugins are migrated, we've released new versions for the CLI and Preset Env. Now both include Cascade Layers and also Trigonometric which was recently released
Building a design in CSS nowadays is no longer about “is this design possible with CSS?” and it’s more about “what CSS solution should I use?”.
CSS rocks ❤️
Don’t forget about very useful `supports X` query.
With it, you can target browsers supported specific Can I Use feature.
For instance, `supports es6-module` will target to Autoprefixer/Babel/postcss-preset-env only browsers with ESM support.
github.com/browserslist/cani…
👋 Hello HCT!
Using hue, chroma, and tone, Material Design's new, perceptually accurate color space gives designers a system that can truly reflect what users see.
Read more → goo.gle/36epup6
How's Monday for some brand new plugin? We bet it's cool.
This one is different though. We've deviated from our strict path of only spec-related work to deliver PostCSS Design Tokens.
It's fresh here! Want to know more? Read along!
npmjs.com/package/@csstools/…
How's Monday for some brand new plugin? We bet it's cool.
This one is different though. We've deviated from our strict path of only spec-related work to deliver PostCSS Design Tokens.
It's fresh here! Want to know more? Read along!
npmjs.com/package/@csstools/…
14.8.3 is out! It fixes several bugs, including false positives for the `display-mode` media feature and the `layer` at-rule:
stylelint.io/changelog/#1483