File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
components/src/globals/grid/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` _grid.scss should generate grid code when the grid feature flag is on 1` ] = `
4
- "/* stylelint-disable number-max-precision */
5
- h1 {
4
+ "h1 {
6
5
font - size : 2.625rem ;
7
6
font - weight : 300 ;
8
7
line - height : 1.199 ;
50
49
em {
51
50
font - style : italic ; }
52
51
53
- /* stylelint-disable number-max-precision */
54
52
@keyframes skeleton {
55
53
0 % {
56
54
opacity: 0.3 ;
83
81
transform : scaleX (0 );
84
82
transform - origin : left ; } }
85
83
86
- /* stylelint-disable number-max-precision */
87
84
.bx--grid {
88
85
margin - right : auto ;
89
86
margin - left : auto ;
Original file line number Diff line number Diff line change 19
19
// compatibility file to ensure we continue to support node-sass and dart-sass
20
20
// in v10.
21
21
22
- /* stylelint-disable number-max-precision */
22
+ // stylelint-disable number-max-precision
23
23
24
24
@import ' @carbon/layout/scss/breakpoint' ;
25
25
@import ' font-family' ;
Original file line number Diff line number Diff line change 5
5
// LICENSE file in the root directory of this source tree.
6
6
//
7
7
8
- /* stylelint-disable number-max-precision */
8
+ // stylelint-disable number-max-precision
9
9
10
10
@use ' sass:map' ;
11
11
@use ' @carbon/layout' ;
You can’t perform that action at this time.
0 commit comments