bselect icon indicating copy to clipboard operation
bselect copied to clipboard

Apply CSS enhancements in build time

Open gustavohenke opened this issue 11 years ago • 1 comments

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 avatar Mar 19 '13 03:03 gustavohenke

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

gustavohenke avatar Oct 01 '13 13:10 gustavohenke