Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. throw new Error(i + ' is not a PostCSS plugin'); ^
  2. Error: [object Object] is not a PostCSS plugin
  3.  
  4. const cssPlugins = [
  5. require('postcss-import'),
  6. require('postcss-cssnext'),
  7. require('postcss-nested'),
  8. require('csswring'),
  9. require('postcss-calc'),
  10. require("postcss-custom-properties"),
  11. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement