PostCSS has many plugins for a11y.
postcss-focus adds focus selector to every :hover. It is better to has separated focus styles, but it could be useful as a temporary solution.
github.com/postcss/postcss-f…
In 6.0 @euaaaio moved it from :focus selector to :focus-visible.
New CSS has a more readable range syntax for media queries (with a postcss-preset-env support).
Stylelint is a great way to enforce best practice in a team.
New media-feature-range-notation can introduce a new syntax to all your colleagues.
stylelint.io/user-guide/rule…
PostCSS 8.4.20 was released. We fixed source map generation for childless at-rules like new @layer rule from CSS Cascade Layers.
github.com/postcss/postcss/i…
Release’s alchemist by Jacopo de' Barbari.
PostCSS 8.4.20 was released. We fixed source map generation for childless at-rules like new @layer rule from CSS Cascade Layers.
github.com/postcss/postcss/i…
Release’s alchemist by Jacopo de' Barbari.
This is mind blowing! Can you believe that @sitnikcode, Head of Frontend @evilmartians is the author of not only PostCSS, but like half of the key frontend tools including NanoID, Autoprefixer, Browserslist? Support PostCSS and Andrey, the hero of open-source💙
PostCSS now has more than 300M downloads per month 🤯.
In total, in 2022 we are going to have 3 trillion downloads.
We have an OpenCollective if you or your company want to support a project so critical for webdev infrastructure.
opencollective.com/postcss
14.16.0 is out! It adds the `media-feature-range-notation` rule, adds the capability to specify plugin objects in the config, and fixes formatter bugs.
stylelint.io/changelog/#1416…
PostCSS, one of our OSS products, boasts a crazy number of downloads—300M each month! And it is on track for an absolutely insane (but feasible) total by the end of 2022: 3 trillion downloads!
PostCSS now has more than 300M downloads per month 🤯.
In total, in 2022 we are going to have 3 trillion downloads.
We have an OpenCollective if you or your company want to support a project so critical for webdev infrastructure.
opencollective.com/postcss
PostCSS now has more than 300M downloads per month 🤯.
In total, in 2022 we are going to have 3 trillion downloads.
We have an OpenCollective if you or your company want to support a project so critical for webdev infrastructure.
opencollective.com/postcss
PostCSS now has more than 300M downloads per month 🤯.
In total, in 2022 we are going to have 3 trillion downloads.
We have an OpenCollective if you or your company want to support a project so critical for webdev infrastructure.
opencollective.com/postcss
Modern CSS is amazing!
Using PostCSS I got nesting and custom media queries working.
I had some time to learn more about Open Props and how others use it and it blew my mind how composable CSS variables are.
I guess I added a theme switcher? 😄
14.15.0 is out! It adds the `—-globby-options` flag and improves the `checkAgainstRule` utility, including minor bug fixes.
The new flag is useful for scanning dot folders, and the utility is now more convenient for plugin authors.
stylelint.io/changelog/#1415…