add namespace to avoid css collistions

This commit is contained in:
Sharon Kennedy
2020-05-26 09:22:08 -04:00
parent f262c9df0f
commit 8427e82c9d
3 changed files with 93 additions and 88 deletions

View File

@@ -1,4 +1,6 @@
@import "variables";
@import "loader";
@import "chat";
@import "dark_mode";
#safesupport {
@import "variables";
@import "loader";
@import "chat";
@import "dark_mode";
}