This repository was archived by the owner on May 5, 2024. It is now read-only.

Description
Hi,
I try to add mdcss to a Postcss project. But i have the following error Fatal error: fs.emptyDir is not a function.
My grunt task
postcss: {
options: {
processors: [
require('mdcss')
]
},
dev: {
src: 'app/styles/main.css'
}
}
In my package.json
"grunt": "^0.4.5",
"grunt-postcss": "^0.7.1",
"mdcss": "^1.5.0",
"mdcss-theme-github": "^2.2.0",
"postcss": "^5.0.14"
Thanks for your help ! :)