-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I have the following chain in my Gruntfile.js
postcss: {
files: { /* path here */ },
options: {
processors: [
require('postcss-url')({ /* options here */ }),
require('autoprefixer')({ /* options here */ }),
require('postcss-csso')()
]
}
}
After adding require('postcss-csso')()
line, I always get this error:
[TypeError: error.setMessage is not a function]
(In comparison, when adding require('cssnano')()
, everything is compiled without errors)
Metadata
Metadata
Assignees
Labels
No labels