We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a04c0 commit 61a9b34Copy full SHA for 61a9b34
_sass/_variables.scss
@@ -0,0 +1,23 @@
1
+// Customize default style definitions of Bootstrap.
2
+@import 'colors';
3
+
4
+$link-decoration: underline;
5
6
+$card-bg: $gray-100;
7
8
+$card-border-width: 0;
9
10
+$container-max-widths: (
11
+ sm: 540px,
12
+ md: 720px,
13
+ lg: 960px,
14
+ xl: 1360px
15
+);
16
17
+$grid-breakpoints: (
18
+ xs: 0,
19
+ sm: 576px,
20
+ md: 768px,
21
+ lg: 992px,
22
+ xl: 1400px
23
assets/css/main.scss
@@ -2,7 +2,7 @@
---
@charset "utf-8";
@import 'font';
-@import 'colors';
+@import 'variables';
@import 'bootstrap/bootstrap';
@import 'custom';
@import 'dark';
0 commit comments