first commit
This commit is contained in:
13
resources/assets/vendor/scss/_bootstrap-extended/_include.scss
vendored
Normal file
13
resources/assets/vendor/scss/_bootstrap-extended/_include.scss
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
//Functions
|
||||
@import 'bootstrap/scss/functions'; // Bootstrap core functions
|
||||
@import 'functions'; // Bootstrap extended functions
|
||||
|
||||
//Variables
|
||||
@import '../_custom-variables/bootstrap-extended'; // Bootstrap extended custom variable (for customization purpose)
|
||||
@import 'variables'; // Bootstrap extended variable
|
||||
@import 'bootstrap/scss/variables'; // Bootstrap core variable
|
||||
@import 'bootstrap/scss/maps'; // Bootstrap core variable
|
||||
|
||||
//Mixins
|
||||
@import 'bootstrap/scss/mixins'; // Bootstrap core mixins
|
||||
@import 'mixins'; // Bootstrap extended mixins
|
Reference in New Issue
Block a user