MadLittleMods / postcss-increase-specificity

Why? Dealing with CSS you can't remove(mainly from a 3rd party). Increases specificity of selectors.
MIT License
50 stars 16 forks source link

Use `:not(#\20)` stackable root - more specificity #9

Closed iamstarkov closed 7 years ago

iamstarkov commented 7 years ago

Fix https://github.com/MadLittleMods/postcss-increase-specificity/issues/8

Here I am with a PR 😄

Use :not(#\20) stackable root to get more specificity.

iamstarkov commented 7 years ago

so, @MadLittleMods what do you think?

iamstarkov commented 7 years ago

@MadLittleMods is something wrong?

MadLittleMods commented 7 years ago

Sorry for the delay @iamstarkov 😢

Reviewing now

MadLittleMods commented 7 years ago

@iamstarkov I'll take care of the remaining points (no need for a further fix commit).

MadLittleMods commented 7 years ago

Merged via https://github.com/MadLittleMods/postcss-increase-specificity/pull/10

Thanks @iamstarkov 💓 😺

Appreciate the ping again to take a look. This was sitting in my inbox for too long.

MadLittleMods commented 7 years ago

Published in postcss-increase-specificity@0.4.0, https://www.npmjs.com/package/postcss-increase-specificity

iamstarkov commented 7 years ago

@MadLittleMods thank you