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
use div.foo as myDiv;
use div.bar > li.baz as anotherDiv;
myDiv > anotherDiv {
// ....style...
}
I just tought this could be useful, If you want to exactly specify every div and it's tree in selector, it wold make whole words unnecessary in coding styles. I know there are pre proccessors, but internet is about standardization, isn't it?
The text was updated successfully, but these errors were encountered:
I just tought this could be useful, If you want to exactly specify every div and it's tree in selector, it wold make whole words unnecessary in coding styles. I know there are pre proccessors, but internet is about standardization, isn't it?
The text was updated successfully, but these errors were encountered: