Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Apply CSS enhancements in build time #15

Open
gustavohenke opened this issue Mar 19, 2013 · 1 comment
Open

Apply CSS enhancements in build time #15

gustavohenke opened this issue Mar 19, 2013 · 1 comment
Milestone

Comments

@gustavohenke
Copy link
Owner

CSS enhancements should be done when building bselect.
The goal is to eliminate cases where a selector has 2 properties of the same type, for example:

.bselect {
   padding: 4px 10px;
   padding-left: 15px;
}

Will try to find out how to do that with Grunt.

@gustavohenke
Copy link
Owner Author

https://github.com/operasoftware/ucss is able to find out unused rules... who knows

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant