fix: add back utils
This commit is contained in:
parent
b12f774ed2
commit
c1751741f6
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
/* 1. Utils
|
||||
** All the utilities class of the stylesheet
|
||||
*/
|
||||
|
||||
@import 'utils/a11y';
|
||||
@import 'utils/align';
|
||||
@import 'utils/colorize';
|
||||
@import 'utils/lists';
|
||||
@import 'utils/sizing';
|
||||
|
|
Loading…
Reference in a new issue