When useing postcss as a css processor, it is possible and good practice to name your file .pcss.
I guess from first sight this would would be relatively easy to add support for the .pcss extension?
var cssExtensions = ['css', 'less', 'scss', 'sass', 'pcss'];
When useing postcss as a css processor, it is possible and good practice to name your file .pcss. I guess from first sight this would would be relatively easy to add support for the .pcss extension?