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
Hi! While I love SpaceAroundOperator for equations, I wouldn't want them applied to my font shorthand rules, but they seem to be:
SpaceAroundOperator: 1.9rem/1.5 should be written with a single space on each side of the operator: 1.9rem / 1.5
In the documentation, it does not seem that this should be occuring
Note that this linter only applies to actual, evaluated operators. So values like nth-child(2n+1), 10px/12px, and my-font will not be linted, as they are valid CSS.
my scss-lint.yml is set to:
SpaceAroundOperator:
enabled: true
style: one_space # or 'at_least_one_space', or 'no_space'
The text was updated successfully, but these errors were encountered:
Hi! While I love SpaceAroundOperator for equations, I wouldn't want them applied to my font shorthand rules, but they seem to be:
SpaceAroundOperator:
1.9rem/1.5
should be written with a single space on each side of the operator:1.9rem / 1.5
In the documentation, it does not seem that this should be occuring
my scss-lint.yml is set to:
The text was updated successfully, but these errors were encountered: