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

Specifying plugins from CLI #4

Open
louiscenter opened this issue Mar 20, 2017 · 1 comment
Open

Specifying plugins from CLI #4

louiscenter opened this issue Mar 20, 2017 · 1 comment

Comments

@louiscenter
Copy link

louiscenter commented Mar 20, 2017

Is it possible to specify which postcss plugins you'd like sheetify-postcss to use from the command line?

Currently I have the following:

$ browserify index.js -o bundle.js -t [ sheetify/transform -u sheetify-postcss ].

Is there any way to tell sheetify-postcss to use postcss-cssnext? The README only demonstrates how to do this programmatically and from package.json.

@kristoferjoseph
Copy link

Yes, how would one pass plugins to sheetify-postcss in a bash script for instance?
i tried:
-t [ sheetify/transform -u sheetify-postcss -p postcss-extend ]
-t [ sheetify/transform -u [ sheetify-postcss -p postcss-extend ] ]
etc. but never got it to work

Any pointers?

Thank you kindly

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