Support Jerkyl sass support #79406
Labels
css-less-scss
Issues and items concerning CSS,Less,SCSS styling
*extension-candidate
Issue identified as good extension implementation
feature-request
Request for new features or functionality
Milestone
Jekyll's Sass integration is described in full here: https://jekyllrb.com/docs/assets/
Basically, any
<file>.scss
file is compiled to<file>.css
if it contains frontmatter at the top:Additionally you can import from
_sass/_<file>
which don't need any special frontmatter to work.You can use files.exclude to ignore it, but that hides the file from the user when it shouldn't be:
#47354 is asking for a way to easily hide errors, I think what I'd like is that plus the setting as described in #52011 to ignore files from problems only.
I don't think it's possible to disable this using the
scss.lint.*
settingsThe text was updated successfully, but these errors were encountered: