Skip to content

Commit aa91b28

Browse files
committed
fix: add hidden util class
1 parent 0b8c978 commit aa91b28

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@import 'reset';
22
@import 'font';
3+
@import 'utils';
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.hidden {
2+
display: none;
3+
}

0 commit comments

Comments
 (0)