We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brackets
In Stylint 1.0.9 "brackets": "never" gives warnings not only for usage with selectors, but also in some cases where the curly braces are mandatory.
"brackets": "never"
Hashes that are written inline.
$b = { "bar": "baz" }
Nested hashes.
$foo = { bar: { baz: raz } }
Complex cases of interpolation for selectors.
{ 'foo' } width: 10px
{foo() + 'bar'} width: 10px
etc.
The text was updated successfully, but these errors were encountered:
resolve issue #144
29e5ec0
1.0.10 is out now, this issue should be fixed. Lemme know if you still have issues.
Sorry, something went wrong.
@rossPatton I have the inverse problem. We have always, and this triggers on variable-declarations (we have a file with only colors). Using 1.0.10.
always
1.0.10
EDIT: False positive on mixin-usage.
.disabled { zoom: 1; ms-opacity(0.6); // <- gives false epositive }
address #144, #162, #173
a82c0a7
latest version should address this
No branches or pull requests
In Stylint 1.0.9
"brackets": "never"
gives warnings not only for usage with selectors, but also in some cases where the curly braces are mandatory.Hashes that are written inline.
Nested hashes.
Complex cases of interpolation for selectors.
etc.
The text was updated successfully, but these errors were encountered: