When templating, I often need to override Bootstrap styles.
In params.php, template.min.css, in which there are your compiled sass styles, is loaded before bootstrap.min.css.
In this configuration your custom styles are overriden by Bootstrap ones unless using many !important parameter.
As for me template.min.css should be written on line 44.
Hello,
When templating, I often need to override Bootstrap styles.
In params.php, template.min.css, in which there are your compiled sass styles, is loaded before bootstrap.min.css. In this configuration your custom styles are overriden by Bootstrap ones unless using many !important parameter.
As for me template.min.css should be written on line 44.
Regards Simon