Created
August 8, 2020 16:57
-
-
Save webmaxru/ee041c118c1dec9351a393f16a0c3cb1 to your computer and use it in GitHub Desktop.
oEmbeddr - styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Setting our own color scheme | |
$primary: #89c402; | |
$dark: #1a1a1f; | |
// Config | |
@import 'bootstrap/scss/functions'; | |
@import 'bootstrap/scss/variables'; | |
// Layout & components | |
@import 'bootstrap/scss/root'; | |
@import 'bootstrap/scss/reboot'; | |
@import 'bootstrap/scss/type'; | |
@import 'bootstrap/scss/containers'; | |
@import 'bootstrap/scss/grid'; | |
@import 'bootstrap/scss/forms'; | |
@import 'bootstrap/scss/buttons'; | |
// other components |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment