Use bootstrap scss from npm
This commit is contained in:
parent
6ce175a267
commit
ff1550a941
2 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,4 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="/build/css/style.css" />
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap-grid.min.css">
|
||||
</head>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
$fa-font-path: "../fonts";
|
||||
@import "node_modules/font-awesome/scss/font-awesome";
|
||||
|
||||
@import "node_modules/bootstrap/scss/bootstrap-grid";
|
||||
|
||||
// Import Alpha theme (ish)
|
||||
@import 'alpha';
|
||||
|
|
Loading…
Reference in a new issue