Sublime Forum

Multiple Selectors Issue

#1

Hello there,
I have installed a fresh copy of sublime text 2 and i also installed emmet for sublime text 2.
when i expand

div.class

it gives

which is correct

but when i try to use multiple selectors or selectors alone it gives the following result

.class #id remains as it is

expected output

div.class#id gives

div.

Please suggest a way so that i can fix this problem

0 Likes

#2

Id’s have higher precedence (just like on CSS). So foo#id.class should work.

0 Likes

#3

figured it out, i installed it with package control and its working now

0 Likes