Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 5f49a41

Browse files
committed
only use partial imports, yes it sucks but the css file will be smaller and load faster
1 parent f43d74d commit 5f49a41

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

webapp_frontend/src/style/custom.scss

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,19 @@ $body-color: #FFF;
66
$blue: #1a4965;
77

88
// Import Bootstrap and its default variables
9-
@import '~bootstrap/scss/bootstrap.scss';
9+
10+
11+
// Required
12+
@import '~bootstrap/scss/functions';
13+
@import "~bootstrap/scss/variables";
14+
@import "~bootstrap/scss/mixins";
15+
16+
// Optional
17+
@import "~bootstrap/scss/reboot";
18+
@import "~bootstrap/scss/type";
19+
@import "~bootstrap/scss/images";
20+
@import "~bootstrap/scss/code";
21+
@import "~bootstrap/scss/grid";
22+
@import "~bootstrap/scss/buttons";
23+
@import "~bootstrap/scss/tables";
24+
@import "~bootstrap/scss/utilities";

0 commit comments

Comments
 (0)