Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Line comments in default CSS results in parse error #1109

@middric

Description

@middric

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions