Skip to content

Instantly share code, notes, and snippets.

@NekitoSP
Created September 19, 2019 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NekitoSP/a37d5d9a75e65d7a01f29d19a7a56321 to your computer and use it in GitHub Desktop.
Save NekitoSP/a37d5d9a75e65d7a01f29d19a7a56321 to your computer and use it in GitHub Desktop.
Bootstrap variables override
@import '~bootstrap/scss/functions'; // need by variables
@import '~bootstrap/scss/variables';
$card-border-width: 0;
$card-border-radius: 0;
$theme-colors: (
'blue': #15b3ee,
'orange': #eb5834
);
@import '~bootstrap/scss/bootstrap';
@import '~bootstrap/scss/bootstrap-grid.scss';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment