post CSS

I did search for post css ..heh :thumbup: now my main question is i just asked some ai tools about this and i got to know about post css from them , not any youtuber or website but as much as i have discovere its pretty useful but literally no one is talking about post CSS idk why? is it not necessary or outraged? I put learning post CSS on hold i'll do that after i get a review for should i learn it or not. I have done sass though but post is lterally different from sass. It have those variables like webkit and stuff and most of the modern tools uses so much like react and tailwind combo. so basically i am confused. now my main question is 1. Should i go for it or not? 2. do modern web devs use post or not and if no then what do they do instead just like i mentioned above react and tailwind combo.
5 Replies
b1mind
b1mind2w ago
Post CSS is amazing you don't have to write with it either to benefit, I use sass and postCSS for plugins together. Modern tooling like Vite also includes it, so all you need is a config file. I'm confused by the variables comment though. If your taking about custom properties that's just CSS --custom-prop
Chief
Chief2w ago
there are lot of amazing features which postcss allows, I have used it personally. Mixins, autoprefixer etc etc. From lerarning perspective, CSS nesting (I think this is now supported natively) it is great. IMO, its worth it to learn. https://postcss.org/docs/postcss-plugins, just look at the list of plugins, and see what postcss is capable of. Tailwind uses it too.
Nandini ✨
Nandini ✨OP7d ago
cool so i should go with it yea i was looking at tht only and found it super useful but no one is talking about it. so i thought i should get a review or something
Chief
Chief7d ago
As I said earlier, it is worth to give it a shot. Knowledge is never wasted anyways. While back I had to use tailwind with bare html and js. So I used webpack to config the tailwind along with postcss. So, knowledge of postcss was worth it.
Nandini ✨
Nandini ✨OP6d ago
thats right mhmm... i see post css made your life easier😂 ok i'll go for it btw did you guys watch any tutorial or stuff or read by own?

Did you find this page helpful?