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
Would it be possible to add the ability to parse comments that are both associated with a specific declaration block (aka are within the rule's opening and closing braces), and just global comments that are at the root document level?
For instance, for a CSS snippet like this:
h1 {
/* my comment */color:#000000;
font-size:24px;
}
Would it be possible to add the ability to parse comments that are both associated with a specific declaration block (aka are within the rule's opening and closing braces), and just global comments that are at the root document level?
For instance, for a CSS snippet like this:
Would be parsed to (in simplified structure):
The text was updated successfully, but these errors were encountered: