Skip to content

Instantly share code, notes, and snippets.

@webmaxru
Created August 8, 2020 16:57
Show Gist options
  • Save webmaxru/ee041c118c1dec9351a393f16a0c3cb1 to your computer and use it in GitHub Desktop.
Save webmaxru/ee041c118c1dec9351a393f16a0c3cb1 to your computer and use it in GitHub Desktop.
oEmbeddr - styles
// 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