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
GPE, should mark this one as nested property, but border and style returning as two different blocks. In addition to border marked as pseudoClass what is wrong.
Sass have this feature as Nested Properties. You can read more there.
GPE playground or with gonzales.parse(source, {syntax: 'sass', rule: 'declaration'});, produce this AST:
I'm ready to fix this issue, could anybody give a advice in which part of this file, i should watch?
AleshaOleg
changed the title
Wrong parsing of nested properties, marks it as pseudoClass
Wrong Sass parsing of nested properties, marks it as pseudoClass
May 3, 2017
Let's explain bug in example. Here it is:
GPE, should mark this one as nested property, but
border
andstyle
returning as two differentblocks
. In addition toborder
marked aspseudoClass
what is wrong.Sass have this feature as
Nested Properties
. You can read more there.GPE playground or with
gonzales.parse(source, {syntax: 'sass', rule: 'declaration'});
, produce this AST:This code is analogue for:
The text was updated successfully, but these errors were encountered: