Created
September 7, 2015 12:57
-
-
Save davidhund/4e0d6b9ccb02a13d8d71 to your computer and use it in GitHub Desktop.
Issues with running postcss through the CLI and using postcss-scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I use postcss-cli through `npm run` script. | |
Using an options.json | |
When trying to add postcss-scss I get the following error: | |
``` | |
/node_modules/postcss-cli/index.js:73 | |
plugin = plugin.postcss || plugin(); | |
^ | |
TypeError: object is not a function | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I might need to add something to my
options.json
forpostcss-scss
?