Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit c8b61c8

Browse files
chore: reverting css import order
1 parent e37ca56 commit c8b61c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import './brand-colors.css';
2-
@import './typography.css';
3-
@import './shadow.css';
42
@import './light-theme-colors.css';
53
@import './dark-theme-colors.css';
4+
@import './typography.css';
5+
@import './shadow.css';

0 commit comments

Comments
 (0)