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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -