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:
parent
b4b87454f2
commit
83b91e9992
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue