PostCSS is a tool to transform styles with JS plugins. By @sitnikcode and @evilmartians.

I've been fooling around with PostCSS, trying to build a lightweight f-CSS framework as an alternative to Tailwind. The progress is slow, but I've learned A LOT about PostCSS.
1
1
4
PostCSS retweeted
Just released Froxy 0.2.0 which adds support for @PostCSS Real time frontend asset bundling in #Rails with #esbuild, now with PostCSS! 🥳 github.com/joelmoss/froxy/re…
2
Tailwind offers a PostCSS plugin. This means you can either use it standalone or integrate it with other preprocessors. Learn how to configure your Storybook to integrate the PostCSS plugin. ed.gr/c8p2d
1
16
I see @PostCSS everywhere 😂#PostCSS #DeveloperLive
2
1
17
PostCSS retweeted
13.11.0 is out! It adds exceptions and severity options to the `report*` configuration object properties. Docs: stylelint.io/user-guide/conf… Changelog: stylelint.io/changelog#13110
2
5
CSS Logical Properties replaces left/right to start/end. In right-to-left languages (Arabic/Hebrew) “start” is on another side (progress bar should go to left). @JordanHall_dev wrote Stylelint plugin to force developers to use them for better i18n. github.com/Jordan-Hall/style…
4
7
New “just for fun” plugin for PostCSS: @Hugoerdev added Khaleesi meme language support to your CSS! github.com/Hugoer/postcss-kh…
4
7
24
My first contribution to @npmjs ! It is a postcss plugin called postcss-khaleesi, it´s just for fun! npmjs.com/package/postcss-kh… #justforfun
2
3
3
Even years later CSSO optimisation journey is the most comprehensive (and challenging) guide to... data serialisation slideshare.net/basisjs/css-p…
1
8
31
Now added logical-height and logical width migration to stylelint use logical spec NPM package npmjs.com/package/stylelint-… Its time we get the internet into globalisation
5
7
You're getting this because it's technically not correct CSS syntax, but PostCSS. You can fix it by adding a "PostCSS language" extension to vscode, and then set this file to be treated as PostCSS instead of CSS (which is what I do in the video series). marketplace.visualstudio.com…
1
PostCSS retweeted
CodeKit 3.14 is live. It's my largest update in a decade: - automatic @tailwindcss support - custom @PostCSS plugins - PurgeCSS - CSSO - CSS import statements - Native on M1 - Big UI changes - MIDIs codekitapp.com/updates/
11
15
108
PostCSS retweeted
13.10.0 is out! It adds one new rule and the `ignoreDisables` & `report*` options to the configuration object. It also squashes 1 bug. stylelint.io/changelog#13100
3
8
With @PostCSS Help Media Query you can view the matching media query (from your breakpoints) and some screen details. github.com/limitlessloop/pos…
1
3
Wow, 5 years ago I already used @PostCSS and Custom Media plugin in a real project, and it's on line ever since 😊 #css #PstCSS #cssCrafers
1
3
15
PostCSS 8.2.6 was released. We fixed the `Maximum call stack size exceeded` error in `Node#toJSON`. github.com/postcss/postcss/c…
2
5
For nesting, I've been considering using PostCSS with the nesting module which implements the current CSS Nesting spec. This way, I can hopefully remove the need for the PostCSS once browser support is wide enough 🤞 github.com/jonathantneal/pos…
1
3
5
A @PostCSS workshop's spoiler 🤫 taller-post-css.vercel.app/
4
11
The @Browserslist website is down. Help us make a new and better website. #BrowserslistNeedSupport #OpenCollective
Browserslist is industry-standard to set target browsers for web projects. Our unified config is used by @Autoprefixer, @babeljs, and @postcss normalize. It comes with Create React App, Angular CLI, and Rails. Support us to promote browsers diversity opencollective.com/browsersl…
11
6
The browserlist is only pulled upon the first install of Autoprefixer (or other tooling). Never updated afterwards. So you have to update it manually:
You need to run `npx browserslist@latest --update-db` every month to keep browsers data up to date. Otherwise, `last 2 browsers` or `> 1%` will return outdated browsers, @Autoprefixer and @babeljs will add unnecessary polyfills. github.com/browserslist/brow…
4
7
20