I released new version of postcss-dark-theme-class, the best tool to add light/dark theme switcher. It uses pure CSS and doesn’t have flash during JS initialization.
New version 0.6 got new rootSelector option.
github.com/postcss/postcss-d…
I wouldn't think most responsive interfaces just straight up *scale* themselves to the viewport. But sometimes!
This postcss-px-to-viewport PostCSS plugin is neat. You can just work in `px` at a fixed viewport, and automatically get the viewport units.
codepen.io/chriscoyier/pen/V…
The power of context specific DSL languages is around the ability to better structure information and provide you more control over it
Using @xwoody's stylelint-order/order for structuring CSS Selectors for a few weeks and it never was better
github.com/theKashey/styleli…
PostCSS major release was always hard.
7→8 looks harder because PostCSS now is everywhere.
A few changes in 8.x should help make 8→9 release much simpler (like moving PostCSS to peerDependencies).
Easing functions can be used not only in animations, but also for realistic gradients and shadows.
CSS specs haven’t these features, but postcss-easing-gradients adds it for gradients.
Who will make PostCSS plugin to use easings in shadows?
kilianvalkhof.com/2020/css-h…
A few years ago @pepelsbey_ taught me the importance of grouping CSS properties
For a few years I was using `stylelint-config-rational-order`, but was told that @stylelint is not very happy about the implementation
So here we go
github.com/theKashey/styleli…
PostCSS 8.3.3 was released. We fix mysteries bug with postcss-nested. @autumn_poet found that it was caused by mixed PostCSS versions in AST from custom parser with npm dependencies duplication.
github.com/postcss/postcss-n…
Release’s alchemist by Jacek Malczewski.
Are you able to maintain squeaky clean CSS in your projects thanks to the people from @stylelint ? Consider becoming a backer or sponsor.
opencollective.com/stylelint
I use stylelint with order plugin. I can customize exactly how the order of properties will look. Autofix on save is a blessing!
github.com/hudochenkov/style…
PostCSS 8.3.1 was released. We fixed false positive “PostCSS does nothing” warning on `syntax` option.
github.com/postcss/postcss/i…
Release’s alchemist highlights awesome work of @ag_radley