Bootswatch has awesome themes which are built on top of Bootstrap. To integrate those themes to your web application, you have a few options. One of them is to build the css file by combining bootstrap.less file with the less files provided by bootswatch. This is the way I chose to go with. However, what I actually wanted was a little bit more complex:
Install bootswatch with bower and have every theme available for me to use. Compile each bootswtch theme to CSS. Concatenate and minify each...
Published on October 16, 2014 13:45