@carbon/grid 11.29.0 → 11.30.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/grid",
|
|
3
3
|
"description": "Grid for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.30.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sassDir": "scss",
|
|
49
49
|
"needs": "^1.3.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7b6d921583ff275baace5baa66da9d9b31740fa8"
|
|
52
52
|
}
|
package/scss/_css-grid.scss
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
|
|
139
139
|
// Narrow
|
|
140
140
|
.#{$prefix}--css-grid--narrow {
|
|
141
|
-
--cds-grid-gutter-start:
|
|
141
|
+
--cds-grid-gutter-start: 0rem; /* stylelint-disable-line length-zero-no-unit */
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
// Condensed
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.#{$prefix}--subgrid--narrow {
|
|
190
|
-
--cds-grid-gutter-start:
|
|
190
|
+
--cds-grid-gutter-start: 0rem; /* stylelint-disable-line length-zero-no-unit */
|
|
191
191
|
--cds-grid-gutter-end: #{math.div($grid-gutter, 2)};
|
|
192
192
|
--cds-grid-column-hang: #{math.div($grid-gutter, 2)};
|
|
193
193
|
}
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
|
|
139
139
|
// Narrow
|
|
140
140
|
.#{$prefix}--css-grid--narrow {
|
|
141
|
-
--cds-grid-gutter-start:
|
|
141
|
+
--cds-grid-gutter-start: 0rem; /* stylelint-disable-line length-zero-no-unit */
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
// Condensed
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.#{$prefix}--subgrid--narrow {
|
|
190
|
-
--cds-grid-gutter-start:
|
|
190
|
+
--cds-grid-gutter-start: 0rem; /* stylelint-disable-line length-zero-no-unit */
|
|
191
191
|
--cds-grid-gutter-end: #{math.div($grid-gutter, 2)};
|
|
192
192
|
--cds-grid-column-hang: #{math.div($grid-gutter, 2)};
|
|
193
193
|
}
|