Skip to content

Commit 2c9d077

Browse files
committed
chore: Use @carbon/styles
Signed-off-by: Akshat Patel <[email protected]>
1 parent a265399 commit 2c9d077

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

integration/ng12/src/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/* You can add global styles to this file, and also import other style files */
22
@use './../node_modules/@carbon/styles';
3-

integration/ng13/src/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/* You can add global styles to this file, and also import other style files */
22
@use './../node_modules/@carbon/styles';
3-

integration/ng14/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* You can add global styles to this file, and also import other style files */
2-
@import './../node_modules/carbon-components/css/carbon-components.css';
2+
@use './../node_modules/@carbon/styles';

0 commit comments

Comments
 (0)