multiprocessio / cssplus

Fast nested CSS rule expander in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested rules break when there's a colon in the nested rule selector

eatonphil opened this issue · comments

.x {
  .y:hover {
    color: white;
  }
}