How to include custom bootstrap theme?
I downloaded theme from https://bootswatch.com. It contains two files: bootswatch.less and variables.less.
I had placed its in app folder and imported from bootstrap.config.less
@import "./theme/lumen/variables";
@import "./theme/lumen/bootswatch";
Theme changed but it looks broken. Maybe bootswatch.less overrides bootstrap styles and should be imported last ?
There is my configuration: https://github.com/pochemuto/mortgage
How to include custom bootstrap theme?
I downloaded theme from https://bootswatch.com. It contains two files: bootswatch.less and variables.less.
I had placed its in app folder and imported from bootstrap.config.less
Theme changed but it looks broken. Maybe bootswatch.less overrides bootstrap styles and should be imported last ?
There is my configuration: https://github.com/pochemuto/mortgage