Top "Scss-lint" questions

scss-lint is a tool to help keep your SCSS files clean and readable.

Include `.scss` file in another `.scss` file?

How can I Include .scss file in another .scss file? I was trying to write this in a file: app.…

sass scss-lint
how to include sass file in reactjs

I use browserify to transform my code now getting error while the sass files were getting imported @import parse error …

reactjs sass node-sass scss-lint
error Command failed with signal "SIGABRT" When running npm run sass-lint

So I installed scss-lint with Atom and npm -g sass-lint When I run npm run sass-lint I get this strange …

node.js npm scss-lint sass-lint
How can I use the key name instead of value in map-get?

I am trying to create a function that simply enables me to output the key name and key value of …

sass scss-lint
use --trace for backtrace Error while compiling SCSS file

I am trying to do sass input src.scss test.css or sass input src.scss:test.css Both results …

css ruby sass scss-lint
How to remove WebStorm sass-lint error "Unknown pseudo selector 'ng-deep'"

Angular 2+ with scss and ::ng-deep in WebStorm highlights this selector with text "Unknown pseudo selector 'ng-deep'" I tried something like: …

css angular angular-components scss-lint