html - Easily merge multiple CSS classes to a single CSS file -
i using bootstrap html/css template more 40+ different css files. use 1 class css file , therefore there lot of excess css. there program or solutions allows me gather active classes 40+ css files , merge them in 1 single css file?
try sass imports. http://thesassway.com/beginner/how-to-structure-a-sass-project
you can use normal css in scss files, wouldn't need change anything.
and if using bootstrap, there bootstrap version based on sass can modify without css: http://getbootstrap.com/getting-started/#download
Comments
Post a Comment