aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/class-helpers/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/class-helpers/index.scss')
-rw-r--r--client/src/sass/class-helpers/index.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/sass/class-helpers/index.scss b/client/src/sass/class-helpers/index.scss
index a7d584d96..28beb3b7f 100644
--- a/client/src/sass/class-helpers/index.scss
+++ b/client/src/sass/class-helpers/index.scss
@@ -1,5 +1,5 @@
1@use '_buttons' as *; 1@use './_buttons';
2@use '_common' as *; 2@use './_common';
3@use '_custom-bootstrap-helpers' as *; 3@use './_custom-bootstrap-helpers';
4@use '_forms' as *; 4@use './_forms';
5@use '_menu' as *; 5@use './_menu';