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 was archived by the owner on Nov 4, 2025. It is now read-only.
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