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

`eachRule` is deprecated #4

Closed laucheukhim closed 8 years ago

laucheukhim commented 8 years ago

The use of eachRule triggers the following warning:

Container#eachRule is deprecated. Use Container#walkRules instead.

PR: #5