ChristianMurphy/postcss-combine-duplicated-selectors

Handle nested selectors

ChristianMurphy opened this issue · 0 comments

Currently nested selectors are not being handled in the processing.
In most preprocessed css code like:

.one {
  .two {}
}

.one .two {}

could be combined