@carbon/type 10.36.0 → 10.37.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/type",
3
3
  "description": "Typography for digital and software products using the Carbon Design System",
4
- "version": "10.36.0",
4
+ "version": "10.37.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -52,5 +52,5 @@
52
52
  "sassDir": "scss",
53
53
  "needs": "^1.3.0"
54
54
  },
55
- "gitHead": "3dd237d343adc0b378d12e933bd99b8beca7b250"
55
+ "gitHead": "56777e5ca24e7cc05e3035e18183297eaeefcea2"
56
56
  }
@@ -19,7 +19,7 @@
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 '../vendor/@carbon/layout/breakpoint';
25
25
  @import 'font-family';
package/scss/_styles.scss CHANGED
@@ -19,7 +19,7 @@
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';
@@ -5,7 +5,7 @@
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';