From 9383a2fb09ffb60cfe63683106945bd688affa59 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 21:13:43 +0200 Subject: feat: Initial commit after clean slate --- src/wwwroot/frontbundle.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/wwwroot/frontbundle.scss (limited to 'src/wwwroot/frontbundle.scss') diff --git a/src/wwwroot/frontbundle.scss b/src/wwwroot/frontbundle.scss new file mode 100644 index 0000000..37b6d28 --- /dev/null +++ b/src/wwwroot/frontbundle.scss @@ -0,0 +1,6 @@ +@import "./styles/variables"; +@import "~bootstrap/scss/bootstrap"; +@import "./styles/vendor/bootstrap-side-modal"; +@import "./styles/vendor/bootstrap-icons"; +@import "./styles/base"; +@import "./styles/front"; -- cgit v1.3