use bootstrap
This commit is contained in:
parent
e209ea73ff
commit
f3ad0e4638
20 changed files with 5563 additions and 18 deletions
7
assets/styles/app.scss
Normal file
7
assets/styles/app.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
// assets/styles/global.scss
|
||||
|
||||
// customize some Bootstrap variables
|
||||
$primary: darken(#428bca, 20%);
|
||||
|
||||
// the ~ allows you to reference things in node_modules
|
||||
@import "~bootstrap/scss/bootstrap";
|
Reference in a new issue