Remove lesshat references

pull/5986/head
Rodrigo Nascimento 8 years ago
parent 5b6c0c2463
commit 59680c316a
  1. 2
      .stylelintignore
  2. 3
      .stylelintrc
  3. 2
      packages/rocketchat-theme/server/server.js

@ -1,2 +0,0 @@
**/lesshat.less
**/_lesshat.import.less

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

Loading…
Cancel
Save