react-uikits icon indicating copy to clipboard operation
react-uikits copied to clipboard

Css: remove namespace

Open flyfloor opened this issue 8 years ago • 0 comments

why remove namespace?

  1. if you import a css framework, usually you will not import another one, which means this framework plays major part of your project. so namespace is verbose.
  2. add namespace will cause override style became difficult.
  3. add namespace make the final .css too large.

so will remove namespace in future version

flyfloor avatar Apr 22 '17 05:04 flyfloor