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
Default styles seem to be parsed as CSS instead of SASS. These files have a css extension but contain sass syntax. As a result the line comments are failing during parsing. Seems this was introduced in 2.0.2 as 2.0.1 works fine.
Parsing error: Please check validity of the block starting from line #2793
2791 | }
2793*| // Button should still have background color when sub-menu item is hovered
2794 | .sg.sg-top-nav-menu li:hover > a {
2795 | color: var(--active-nav-button-text-color);
Syntax: css
Gonzales PE version: 4.0.3
The text was updated successfully, but these errors were encountered:
junaidrsd
added a commit
to junaidrsd/sc5-styleguide
that referenced
this issue
Aug 14, 2017
Default styles seem to be parsed as CSS instead of SASS. These files have a css extension but contain sass syntax. As a result the line comments are failing during parsing. Seems this was introduced in 2.0.2 as 2.0.1 works fine.
Probably same issue as #1108.
Console output
The text was updated successfully, but these errors were encountered: