-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
why remove namespace?
- 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.
- add namespace will cause override style became difficult.
- add namespace make the final .css too large.
so will remove namespace in future version
Metadata
Metadata
Assignees
Labels
No labels