Actions
Feature proposal #4262
closedImplement Bootstrap color variants
Description
Add a parameter to the Bootstrap template to select various color templates. Create LESS files for each variant with variables to control the colors to easily maintain. Next use the new LESS API to output a template.css file and replace the existing template.css file.
File Structure:
/less/index.html
/less/default.less
/less/red.less
/less/dark.less
/less/general.less
Each color variant should import general.less so there is no duplicate code. Color variants should just have the color variables.
Actions