0

I want to use PostCSS in my Meteor App but I can't found any package to do this, so does anybody know how to integrate PostCSS in Meteor JS?

cimmanon
  • 67,211
  • 17
  • 165
  • 171
Qwe
  • 305
  • 1
  • 2
  • 13

2 Answers2

1

I just leave it here. This is a PostCSS package for Meteor, maybe someone will be interested in helping with this: https://atmospherejs.com/juliancwirko/postcss

juliancwirko
  • 1,282
  • 12
  • 15
  • Doesn't work anymore with 1.4. This project is abandoned. – Maxim Pokrovskii Aug 21 '16 at 17:30
  • 2
    Yes, you can say so, but this is not because I don't care. This is because Meteor's build system is very complicated and not elastic, and maintaining PostCSS support is almost impossible. Sorry for that, but I rather go with Webpack where PostCSS integration is stupid simple. Of course you can't use Webpack with Meteor, but you could do something like: http://julian.io/react-with-webpack-meteor-as-a-backend/ – juliancwirko Aug 22 '16 at 21:14
0

I haven't tried it yet, but I've been looking for an option on this and have found the following that may be of use to you:

https://github.com/stolinski/meteor-stylus-multi

Hope that helps you get going!

djeglin
  • 273
  • 2
  • 10