[IMP] odoo_theme: add default BS functions

Prior to this change it was not possible to use Bootstrap default SCSS
functions in 'bootstrap_overridden.scss'.

This commit mirrors odoo framework's architecture, injecting bootstrap
'_functions.scss' at the beginning of the documentation's SCSS "bundle".

Commit preparatory to the introduction of the 'Spoiler' documentation
component.

task-3036845

X-original-commit: 1691e8970b
Part-of: odoo/documentation#2877
This commit is contained in:
stefanorigano (SRI) 2022-10-27 12:20:11 +00:00 committed by Antoine Vandevenne (anv)
parent 57f447e302
commit ece2d4c081

View File

@ -1,3 +1,4 @@
@import "scss/bootstrap_scss/_functions.scss";
@import "scss/_sphinx_basic";
@import "scss/_variables";
@import "scss/bootstrap_overridden";