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
Note the repetition of .parent on its own. This behaviour is different to sass 2.2.0 in which the errant comma would be ignored, leading to the output:
.parent .child1, .parent .child2 { font: Serif }
As this is a breaking change between 2.2.0 and 2.4.0 (I was unable to test 2.3.0) this probably ought to be noted somewhere?
The text was updated successfully, but these errors were encountered:
In sassc 2.4.0 the following code with a stray comma:
will output:
Note the repetition of
.parent
on its own. This behaviour is different to sass 2.2.0 in which the errant comma would be ignored, leading to the output:As this is a breaking change between 2.2.0 and 2.4.0 (I was unable to test 2.3.0) this probably ought to be noted somewhere?
The text was updated successfully, but these errors were encountered: