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

Replying to @fortyfivan
Sorry for PostCSS 7→8 update nightmare. Major release always was a problem in PostCSS. A good part of PostCSS 8 release. that we fixed a few problems in this update. We hope 8→9 update will be much easier, because of the 8.0 changes. evilmartians.com/chronicles/…
1
3
3
PostCSS retweeted
Replying to @douges
I was actually thinking about postCSS plugin that will replace every border-radius with: ``` --current-border-radius: N; border-radius: var(--current-border-radius); ``` So then you can use this variable your media components
1
1
3
PostCSS retweeted
Replying to @adamwathan
Perhaps this might save my fellow Rails devs some time trying to get Tailwind 2 running: the latest published webpacker version (5.2.1) relies on postcss-loader 3.0.0, which won't load PostCSS 8. So installing rails/webpacker from master it is🤠
1
1
PostCSS retweeted
For anyone using Tailwind CSS v2.0 with PostCSS 7, we had to change how we publish the compatibility build due to some bone-headed assumptions I made about semver calculations 🙃 Should fix issues you might be having! Updated installation details here: tailwindcss.com/docs/install…
8
22
195
PostCSS 8.1.8 was released. @ludovicofischer fixed LazyResult type compatibility with Promise. github.com/postcss/postcss/p… Task came from our chat. We are always welcome to any questions. gitter.im/postcss/postcss Release’s alchemist by Maxim Kozlov. artstation.com/maximyz
1
Tailwind v2 uses PostCSS v8 so I updated the package. When I started Next.js dev server, a PostCSS plugin called Autoprefixer stopped working. I updated Next.js to v10 and that fixed it.
1
1
3
⚡️ If you are upgrading @tailwindcss v2 and @PostCSS v8 on #Vite apps. Here is a workaround to get them to work TODAY: github.com/vitejs/vite/pull/…
5
32
Everything you need to know about Tailwind CSS v2.0 is in the announcement post here 👉 blog.tailwindcss.com/tailwin… Check it out, play with it, and let us know what you think!
12
110
497
PostCSS retweeted
13.8.0 is out! It adds 2 new rules, 1 new option and fixes 2 sets of bugs. Additionally, the `report*` flags and options, e.g. `--reportNeedlessDisables`, now produce standard lint violations. stylelint.io/changelog#1380
2
4
PostCSS retweeted
Think we’ve got a solution to this for now. We’re going to publish a PostCSS 7 compatible version as well under a “compat” tag: npm install tailwindcss@compat ...if you’re using a framework that hasn’t upgraded yet. Nice thing is we’re able to do it in the same branch.
Crazy how few tools are compatible with PostCSS 8 yet :/ Create React App is the latest one I'm running into. Really thinking we will have to stick to PostCSS 7 for Tailwind 2.0 or no one is going to be able to even use it.
6
4
103
Sad news from Travis CI: blog.travis-ci.com/2020-11-0… I moved @Logux, @Browserslist, @Autoprefixer, @PostCSS to GitHub Actions. My config with the color fix, Yarn cache in one line, full test just for latest Node.js version and quick tests for other versions: github.com/logux/core/blob/n…
2
6
9