File tree Expand file tree Collapse file tree 5 files changed +22
-16
lines changed
Expand file tree Collapse file tree 5 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 22// Copyright 2011-2019 The Bootstrap Authors
33// Copyright 2011-2019 Twitter, Inc.
44// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5+ @use " colors" as * ;
56
67.sd-btn {
78 background-color : transparent ;
Original file line number Diff line number Diff line change 1+ @use " spacing" as * ;
2+
13.sd-d-none {
24 display : none !important ;
35}
Original file line number Diff line number Diff line change 44// Copyright 2011-2019 Twitter, Inc.
55// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
66@use ' sass:math' ;
7+ @use " spacing" as * ;
78
89$gutter-widths : $spacings ;
910
Original file line number Diff line number Diff line change 1+ @use " colors" as * ;
2+
13:root {
24 // semantic colors
35 @each $color , $value in $semantic-colors {
Original file line number Diff line number Diff line change 1- @import ' ./colors' ;
2- @import ' ./spacing' ;
3- @import ' ./sizing' ;
4- @import ' ./display' ;
5- @import ' ./text' ;
6- @import ' ./borders' ;
7- @import ' ./animations' ;
8- @import ' ./badge' ;
9- @import ' ./button' ;
10- @import ' ./icons' ;
11- @import ' ./cards' ;
12- @import ' ./grids' ;
13- @import ' ./dropdown' ;
14- @import ' ./tabs' ;
15- @import ' ./overrides' ;
16- @import ' ./variables'
1+ @use ' ./colors' as * ;
2+ @use ' ./spacing' as * ;
3+ @use ' ./sizing' as * ;
4+ @use ' ./display' as * ;
5+ @use ' ./text' as * ;
6+ @use ' ./borders' as * ;
7+ @use ' ./animations' as * ;
8+ @use ' ./badge' as * ;
9+ @use ' ./button' as * ;
10+ @use ' ./icons' as * ;
11+ @use ' ./cards' as * ;
12+ @use ' ./grids' as * ;
13+ @use ' ./dropdown' as * ;
14+ @use ' ./tabs' as * ;
15+ @use ' ./overrides' as * ;
16+ @use ' ./variables' as * ;
You can’t perform that action at this time.
0 commit comments