William Corry

Results 6 comments of William Corry

Think it could be to do with the recent update to Stylelint to version 6 as it in complaining in the console or me: Unknown word CssSyntaxError In v6 in...

Hmm Looks like that error was not liking Sass variables and was masking all other errors in the console

Unfortunately this does not fix everything: ``` css .class--discount { &::before { @extend %#{$fa-css-prefix}-check; } } ``` gives the following error: Unknown word CssSyntaxError It does not like the SASS...

Ah this appears to be not a sublime plugin error as I can reproduce in CLI will move this over to them

Ok when I run in CLI: stylelint --syntax scss ./scss/_components/_c-main-nav.scss I don't get this error is this an option we can pass for Sublimtext?

I thought I had the same issue however it turned out my config was not valid (comments threw an error) only worked it out by overwriting the comb in the...