You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, syntax error occurs in the sass-lint because the line of triple dashes ---.
Here is sass-lint's error log (I'm using SublimeLinter-contrib-sass-lint). And linter does not work anymore.
c:/some/path/style.scss
1:1 error Please check validity of the block starting from line #1 Fatal
✖ 1 problem (1 error, 0 warnings)
Can anyone help how to solve this issue?
How about add an option for skipping front matter. see haml-lin#skipping-frontmattert
You'll need to raise the issue with our AST provider gonzales-pe Unfortunately we wouldn't have control over skipping this in a friendly way as the AST needs to parse the whole file first for us to know the content of it.
Some static site generater such as Jekyll include the YAML front matter block at the top of the scss file for their own tracking purposes. Front matter is necessary to compile.
However, syntax error occurs in the sass-lint because the line of triple dashes
---
.Here is sass-lint's error log (I'm using SublimeLinter-contrib-sass-lint). And linter does not work anymore.
Can anyone help how to solve this issue?
How about add an option for skipping front matter. see haml-lin#skipping-frontmattert
See also:
The text was updated successfully, but these errors were encountered: