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
This fixesMyIntervals#173.
Because of an eager consumption of whitespace, the rule and csslist
parsing would swallow a trailing comment, meaning the comment for the
next rule/list would be affected. This patch addresses this by not
consuming whitespace after a rule/list.
0 commit comments