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
The text was updated successfully, but these errors were encountered:
DanHodges
changed the title
Multiline css comments don't parse when comment is at the end of a block
Multiline css comments fail to parse when comment is at the end of a block
Aug 12, 2021
Upon further investigation - it appears this happens with single and multiline comments.
DanHodges
changed the title
Multiline css comments fail to parse when comment is at the end of a block
CSS fails to parse when comment is at the end of a block
Aug 13, 2021
Fails to parse using
parse(myCss, CssRulesParser.ruleList(_))
This seems to only happen when the multiline comment is last in the block-
parses successfully.
The text was updated successfully, but these errors were encountered: