Skip to content

Commit 4f36af0

Browse files
author
kajan
committed
import bootstrap, bootstrap-vue stylesheets in the global styles.scss file
1 parent 2dc8065 commit 4f36af0

File tree

1 file changed

+4
-1
lines changed
  • AspNetCoreVueMpa.Web/ClientApp/assets/styles

1 file changed

+4
-1
lines changed

AspNetCoreVueMpa.Web/ClientApp/assets/styles/styles.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
$testColor: #007BFF;
1+
@import "~bootstrap/dist/css/bootstrap.min.css";
2+
@import "~bootstrap-vue/dist/bootstrap-vue.min.css";
3+
4+
$testColor: #007BFF;
25

36
.test-global-css {
47
background: $testColor;

0 commit comments

Comments
 (0)