Skip to content
Snippets Groups Projects
Commit 193553c0 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Finish removing lesshat

parent 39b8b1ed
No related merge requests found
**/lesshat.less
**/_lesshat.import.less
\ No newline at end of file
......@@ -107,6 +107,5 @@
"value-list-comma-space-after": "always-single-line",
"value-list-comma-space-before": "never",
"value-list-max-empty-lines": 0,
},
"ignoreFiles": "packages/rocketchat-livechat/app/client/stylesheets/utils/_lesshat.import.less"
}
}
......@@ -55,7 +55,7 @@ RocketChat.theme = new class {
constructor() {
this.variables = {};
this.packageCallbacks = [];
this.files = ['server/lesshat.less', 'server/colors.less'];
this.files = ['server/colors.less'];
this.customCSS = '';
RocketChat.settings.add('css', '');
RocketChat.settings.addGroup('Layout');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment