mpetrovich / stylemark

Generate interactive style guides from Markdown.
MIT License
218 stars 35 forks source link

Add .pcss as a css extensions. #96

Open gertvdb opened 4 years ago

gertvdb commented 4 years ago

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'];