Questions tagged [sass-lint]
19 questions
0
votes
1 answer
Do not compile until you fix sass-lint errors grunt
I have a problem with sass-lint, in theory I should not compile grunt if there are errors in SASS LINT
I'm setting my entry wrong?
module.exports = function (grunt) {
var path = require('path'),
argv =…

Hendrix
- 179
- 10
0
votes
1 answer
Sass-lint, ignore nesting
How to ignore this error:
Class should be nested within its parent Class force-element-nesting.
I don't knwo how to ingore this error when I'm overriding soem classes with a lot of nesting in one line like:
// sass-lint:disable…

Meroz
- 859
- 2
- 8
- 28
0
votes
1 answer
How to prevent "force-attribute-nesting" Sass-Lint warnings when applying CSS properties to specific input elements, along with selects and textarea?
I'm using Sass-Lint in my build system and am getting the warning Attribute-selector should be nested within its parent Type-selector when using the following…

Cofey
- 11,144
- 16
- 52
- 74
0
votes
1 answer
Sass linter with BEM - Class should be written in lowercase with hyphens
The error I am getting is Class should be written in lowercase with hyphens
.video_wrapper {
//styles
&__controls {
//more styles
Should I and can I suppress this error?

LeBlaireau
- 17,133
- 33
- 112
- 192