Closed leymannx closed 7 years ago
Ah, I guess it's an issue for https://github.com/sasstools/sass-lint then, right?
Ah, it already exists over there https://github.com/sasstools/sass-lint/issues/1004.
So, yeah. I guess I can close this issue again :)
v1.3.3
Same as here: https://github.com/brigade/scss-lint/issues/781
Linter gives warning on double quotes with charset:
@charset "UTF-8";
But for backward compatibility it must be written with double quotes: https://www.w3.org/TR/css-syntax-3/#charset-rule
So I guess we need an exception for this.
Refs https://github.com/HugoGiraudel/sass-guidelines/issues/255