Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postcss integration #41

Closed
bkinsey808 opened this issue Jan 28, 2016 · 2 comments
Closed

postcss integration #41

bkinsey808 opened this issue Jan 28, 2016 · 2 comments

Comments

@bkinsey808
Copy link
Contributor

If you are interested, I would love to see postcss (for processing css files) in this project. There are a lot of very interesting postcss plugins available nowadays, it would be great to have the power and flexibility of tapping into these. Some of the plugins that intrigue me are:

@alexpods
Copy link
Owner

alexpods commented Feb 1, 2016

@bkinsey808 Sorry for delay with answer, I was kinda busy these days. Of course postcss is must-have today. It's support was implemented in #44. I've added only one plugin by default: postcss-cssnext. I don't think many people need flexibility plugin. After all it's quite simple to add its support:

  1. npm install -D postcss-flexibility
  2. Add require('postcss-flexibility') here

@alexpods
Copy link
Owner

alexpods commented Feb 1, 2016

One more thing: don't use the starter until #43 is resolved. Huge refactoring is coming..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants