-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to use imports processed by other plugins like postcss-scss
#13
Comments
So I think you are bringing up two different things, one of which I think is directly related to this issue.
Does that sound correct? |
Hi @mhanberg, the first option should be the indicated for this case. |
@peterpalau is it correct to assume that you are using |
Exactly this |
Yeap, exactly that, like @DiodonHystrix said. |
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.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
?The text was updated successfully, but these errors were encountered: