Actions
Feature proposal #5476
closedMove Bootstrap and Fontawesome custom CSS to template
Description
Currenlty custom Bootstrap and Fontawesome CSS is placed directly in those files. The issue this causes is that if you turn off Bootstrap or Fontawesome loading it's nearly impossible to have a compatible alternative loaded. The only thing that should be changed in those files is their namespace and that's it.
Next replace LESS usage with SASS usage as Bootstrap v4 is moving away from LESS. Recommended to restructure current LESS files to be easier to use and with better inheritance and a customized variable file specifically for CB to add custom color variables.
Actions