Finish removing lesshat

pull/4479/merge
Gabriel Engel 8 years ago
parent 39b8b1eded
commit 193553c09c
  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