csstools / postcss-nesting

Nest style rules inside each other

Home Page:https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I nest into a :global?

a-x- opened this issue · comments

I want to put styles into a :global like this:

:global {
  .smtg {}
}

Hi there! I’m sorry. This plugin won’t make anything of that syntax. This plugin only follows the Nesting specification.