blob: f720cad0990d7e79696cd33a069a368b105789e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Custom.scss
@import "bootstrap-src/scss/bootstrap";
.navbar{
padding: 0 0.5rem;
}
/*
// required
@import "bootstrap-src/scss/functions";
@import "bootstrap-src/scss/variables";
@import "bootstrap-src/scss/mixins";
// optional
@import "bootstrap-src/scss/reboot";
@import "bootstrap-src/scss/type";
@import "bootstrap-src/scss/images";
@import "bootstrap-src/scss/code";
@import "bootstrap-src/scss/grid";
*/
|