automat / controlkit.js

A lightweight controller and gui library
823 stars 82 forks source link

Parent styles leaking through to controlkit #32

Open sudsy opened 7 years ago

sudsy commented 7 years ago

I've found that some of the parent styles on my site are leaking through to ControlKit. In particular, I noticed spacing for li or ul was leaking into controlKit.

I fixed this in my own site by applying a css reset to everything within #controlKit but thought it could be better fixed in controlKit itself.

Do you have a place where you normalise the css prior to applying styles. If not, would you consider it/ suggest where it's best implemented?