@carbon/layout 11.18.0 → 11.19.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/layout",
3
3
  "description": "Layout helpers for digital and software products using the Carbon Design System",
4
- "version": "11.18.0",
4
+ "version": "11.19.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -36,5 +36,5 @@
36
36
  "core-js": "^3.16.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
- "gitHead": "f9ac32a70a209100bb30ed41edc39c596eae7956"
39
+ "gitHead": "d51dfbb8dc951c6f609561a1e2935e8208bf6e30"
40
40
  }
@@ -19,7 +19,7 @@ $base-font-size: 16px !default;
19
19
  /// @return {Number} Number with rem unit
20
20
  /// @access public
21
21
  /// @group @carbon/layout
22
- @function rem($px) {
22
+ @function to-rem($px) {
23
23
  @if unit($px) != 'px' {
24
24
  @error "Expected argument $px to be of type `px`, instead received: `#{unit($px)}`";
25
25
  }
@@ -19,7 +19,7 @@ $base-font-size: 16px !default;
19
19
  /// @return {Number} Number with rem unit
20
20
  /// @access public
21
21
  /// @group @carbon/layout
22
- @function rem($px) {
22
+ @function to-rem($px) {
23
23
  @if unit($px) != 'px' {
24
24
  @error "Expected argument $px to be of type `px`, instead received: `#{unit($px)}`";
25
25
  }