fix: add back utils

This commit is contained in:
Kazhnuz Klappsthul 2021-07-30 11:27:25 +02:00
parent b12f774ed2
commit c1751741f6
1 changed files with 6 additions and 0 deletions

View File

@ -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';