Skip to content

Fix parsing of comments within values #24

Description

@necolas

Problems parsing braces inside a comment inside a value.

.ui-corner-all {
-webkit-border-radius: .3125em /*{global-radii-blocks}*/;
border-radius: .3125em /*{global-radii-blocks}*/;
}

Produces this error

node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: property missing ':' near line 3:56

(Moved from https://github.com/reworkcss/css-parse/issues/91)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions