summaryrefslogtreecommitdiffstats
path: root/webapp/sass/utils/_module.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
commitbe07d634645ac1f095f7d4bec182a604075c6138 (patch)
tree8d2f59791d2d418b93e4fff227fef2405be7dfd0 /webapp/sass/utils/_module.scss
parentcba59d4eb6ef0f65304bc72339c676ebfd653e2b (diff)
parent64321f88f358e23489559d675b9194f856c0175c (diff)
downloadchat-be07d634645ac1f095f7d4bec182a604075c6138.tar.gz
chat-be07d634645ac1f095f7d4bec182a604075c6138.tar.bz2
chat-be07d634645ac1f095f7d4bec182a604075c6138.zip
Merge pull request #2448 from asaadmahmoodspin/ui-improvements
Updating sass lint stuff with other scss improvements
Diffstat (limited to 'webapp/sass/utils/_module.scss')
-rw-r--r--webapp/sass/utils/_module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/sass/utils/_module.scss b/webapp/sass/utils/_module.scss
index e7f0c0c46..5dddcaef7 100644
--- a/webapp/sass/utils/_module.scss
+++ b/webapp/sass/utils/_module.scss
@@ -1,5 +1,5 @@
// Only for combining all the files in this folder
@import 'variables';
-@import 'animations';
@import 'functions';
@import 'mixins';
+@import 'animations';