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

feat: Add body to root level components #19

Closed mfeltscher closed 6 years ago

mfeltscher commented 6 years ago

body should be a root level component the same way html is one.

MadLittleMods commented 6 years ago

I don't think we should do this. body is not root-level,

<html>
  <body>
    ...
  </body>
</html>
mfeltscher commented 6 years ago

After thinking about it I came to the conclusion that you're right, this might cause some problems. Going to close this one 👍