DEV: discourse-root should be targetable (#17459)

We can't remove it for now as themes rely on it, so we should at least be able to target it in the DOM
This commit is contained in:
Joffrey JAFFEUX 2022-07-13 08:31:52 +02:00 committed by GitHub
parent b4b87454f2
commit 83b91e9992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import Component from "@ember/component";
let componentArgs = { tagName: "div" };
let componentArgs = { tagName: "div", classNames: ["discourse-root"] };
// TODO: Once we've moved to Ember CLI completely we can remove this block
// eslint-disable-next-line no-undef