Skip to content

Instantly share code, notes, and snippets.

@davidhund
Created September 7, 2015 12:57
Show Gist options
  • Save davidhund/4e0d6b9ccb02a13d8d71 to your computer and use it in GitHub Desktop.
Save davidhund/4e0d6b9ccb02a13d8d71 to your computer and use it in GitHub Desktop.
Issues with running postcss through the CLI and using postcss-scss
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
```
@davidhund
Copy link
Author

I think I might need to add something to my options.json for postcss-scss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment