PostCSS plugin which helps you get your current selector.
Works great with postcss-simple-vars for example to get your current selector as a variable
Alternativly you can use postcss-nested-ancestors plugin to reference parent selectors
Usage
Options
symbol
By default, plugin will replace %@
match in the declaration, but it could be changed with this option:
will look for *@
text in declaration