Skip to main content

Bootstrap SASS

Take advantage of the Space's past, current and future updates, by learning how to create your own content without changing the core styles of Space.

Customized Bootstrap

Space has taken the advantage of Bootstrap's SASS variable and changed the core Bootstrap style to avoid duplicated codes, styles and also, reduce the size of the Space CSS files. What does it mean? This means that Bootstrap's colors, sizing, forms and many other components are called from assets/vendor/bootstrap/scss/ to assets/include/scss/_theme-variables.scss, overridden and generated back to assets/vendor/bootstrap/css/ using Gulp and SASS.

Refresh after Changes

After modifying Bootstrap's core SASS value, saving the assets/include/scss/bootstrap.scss file or rerunning the Gulp task will be required to proceed with changes.