Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line comments in default CSS results in parse error #1109

Open
middric opened this issue Aug 14, 2017 · 0 comments
Open

Line comments in default CSS results in parse error #1109

middric opened this issue Aug 14, 2017 · 0 comments

Comments

@middric
Copy link

middric commented 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

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
junaidrsd added a commit to junaidrsd/sc5-styleguide that referenced this issue Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant