default.sass 487 Bytes
Newer Older
1 2 3 4 5 6 7
/* @import ../../../node_modules/bootstrap/scss/bootstrap

@import ../../../node_modules/bootstrap/scss/functions
@import ../../../node_modules/bootstrap/scss/variables
@import ../../../node_modules/bootstrap/scss/mixins

// Your variable overrides
8
$theme-colors: ("primary": $blue, "secondary": $black)
9 10 11

// Bootstrap and its default variables
@import ../../../node_modules/bootstrap/scss/bootstrap
12

13
// Add SASS theme customizations here..
14
@import ../abstract/_members
15
@import ./_common