Situation:
There is a project with SCSS and Gulp build. Layout designers use Sublime and VSCode.
We are looking for convenient tools to check the validity of css.
Perfect option:
- the linter in the ide maker-up, which directly in the SCSS file shows errors in CSS.
- plus npm module, which can be hung on precommit (with sourcemap support - to show errors directly in the scss file)
What are some solutions?
So far only scss-lint have been found, but it seems that only the SCSS and codestyle compile errors are checked.
Too good, but not enough - you can write non-working css code that is being tested.