11 lines
415 B
SCSS
11 lines
415 B
SCSS
/**
|
|
* Customized version of bootstrap using variables from _variables.scss.
|
|
* This file is loaded via separate loader thus allowing to use original bootstrap classes (e.g. .btn-default) through out the app.
|
|
*/
|
|
@import '../../node_modules/bootstrap/scss/functions';
|
|
@import 'variables';
|
|
@import '../../node_modules/bootstrap/scss/variables';
|
|
@import '../../node_modules/bootstrap/scss/mixins';
|
|
@import 'mixins';
|
|
|