postcss / postcss-nested

PostCSS plugin to unwrap nested rules like how Sass does it.
MIT License
1.15k stars 66 forks source link

I got a new bugs 5.0.3 #104

Closed demonguyj closed 3 years ago

demonguyj commented 3 years ago

I find a other bugs... :(

-input css table { tbody { & > tr { &:first-of-type { & td { border-top: 0; } }

        & td {
            padding: 15px 10px;
        }
    }
}

}

I thanks your help.

So, check this problem please.

demonguyj commented 3 years ago

It's not this plugin's issue. Sorry.