You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Is it possible to specify which
postcss
plugins you'd likesheetify-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 usepostcss-cssnext
? TheREADME
only demonstrates how to do this programmatically and frompackage.json
.The text was updated successfully, but these errors were encountered: