In the following line the @import directive is always treated as a file with the .css extension, but the plugins support now the ".css", ".scss", ".sass" extensions.
Should we have the support for other filetypes or maybe allow the use with other plugins like postcss-scss?
In the following line the
@importdirective is always treated as a file with the.cssextension, but the plugins support now the".css", ".scss", ".sass"extensions.jekyll-postcss/lib/jekyll/converters/postcss.rb
Line 56 in acc941e
Should we have the support for other filetypes or maybe allow the use with other plugins like
postcss-scss?