How to group with Emmet -
div>header>ul>li*2>a+footer>p
not working me. need group whatever between ul
, a
. how can this?
you can group things emmet brackets. in case: div>header>(ul>li*2>a)+footer>p
give try.
div>header>ul>li*2>a+footer>p
not working me. need group whatever between ul
, a
. how can this?
you can group things emmet brackets. in case: div>header>(ul>li*2>a)+footer>p
give try.
Comments
Post a Comment