Add .postcssrc, .postcss.config.js, .postcssrc.js to supported filenames (#200)

This commit is contained in:
Lucas Stoque 2018-06-04 16:35:45 -03:00 committed by Mattia Astorino
parent c4b39ef571
commit c3ffa6a0f7

View file

@ -39,6 +39,9 @@
"css": "_file_css",
"postcss": "_file_postcss",
"pcss": "_file_postcss",
"postcssrc": "_file_postcss",
"postcss.config.js": "_file_postcss",
"postcssrc.js": "_file_postcss",
"scss": "_file_sass",
"sass": "_file_sass",
"less": "_file_less",