postcss-selector-namespace icon indicating copy to clipboard operation
postcss-selector-namespace copied to clipboard

Multiple namespaces?

Open pencilcheck opened this issue 6 years ago • 0 comments

h1, h2 {
    font-size: 30px
}

into

.namespace1 h1, .namespace1 h2, .namespace2 h1, .namespace2 h2 {
    font-size: 30px
}

pencilcheck avatar Jul 25 '17 19:07 pencilcheck