Skip to content

Commit

Permalink
fix: to rem usage (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed Oct 10, 2023
1 parent b0bb759 commit e9f938f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

@use '@carbon/styles/scss/theme' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/react/scss/components/button/tokens' as *;
@use '../../../global/styles/project-settings' as c4p-settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// stylelint-disable carbon/layout-token-use

@use '@carbon/styles/scss/theme' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/type' as *;
@use '@carbon/layout' as *;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

@use '../variables' as *;
@use '@carbon/styles/scss/theme' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/type' as *;
@use '../../../../global/styles/project-settings' as c4p-settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// LICENSE file in the root directory of this source tree.
//
@use '../../global/styles/project-settings' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/theme' as *;

Expand Down

0 comments on commit e9f938f

Please sign in to comment.