You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With rules "valid" and "brackets", I have 11 warnings only for this expression::
line 11 - property is not valid provideImprovedListComponent({
line 12 - unnecessary bracket positionalRelationship: {
line 12 - property is not valid positionalRelationship: {
line 13 - unnecessary bracket withTypographyElements: {
line 13 - property is not valid withTypographyElements: {
line 14 - unnecessary colon found typographyProperties: ArticleTypographyProperties
line 14 - property is not valid typographyProperties: ArticleTypographyProperties
line 15 - unnecessary bracket }
line 16 - unnecessary bracket }
line 17 - unnecessary bracket })
line 17 - property is not valid })
property is not valid
From the documentation of valid rule:
"Check that a property is valid CSS or HTML.".
Here is not a CSS property.
unnecessary bracket
From the documentation of brackets rule
When 'always', expect {} when declaring a selector.
Here is not a selector.
Because hashes is basic functionality in Stylus, I can't understand if you answer something like "We don't support hashes".
The text was updated successfully, but these errors were encountered:
Below expression is absolutely valid for Stylus. Its a mixin invocation with object (called "hash" in stylus) parameter:
With rules "valid" and "brackets", I have 11 warnings only for this expression::
property is not valid
From the documentation of
valid
rule:Here is not a CSS property.
unnecessary bracket
From the documentation of
brackets
ruleHere is not a selector.
Because hashes is basic functionality in Stylus, I can't understand if you answer something like "We don't support hashes".
The text was updated successfully, but these errors were encountered: