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
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Sass allows either underscores or hyphens to be used interchangeably as identifier separators, but hyphens are preferred as they match CSS's own naming conventions. We should have a lint for any Sass identifier (variable, mixin, function, or placeholder name) that complains about underscores and suggests using hyphens instead.
The text was updated successfully, but these errors were encountered:
Sass allows either underscores or hyphens to be used interchangeably as identifier separators, but hyphens are preferred as they match CSS's own naming conventions. We should have a lint for any Sass identifier (variable, mixin, function, or placeholder name) that complains about underscores and suggests using hyphens instead.
The text was updated successfully, but these errors were encountered: