From 6f92700ed2fc9289f05efb93d02e6dea18a6f11e Mon Sep 17 00:00:00 2001 From: morhook Date: Wed, 24 Jan 2018 17:26:35 -0300 Subject: [PATCH] Added tag-less caveat --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 036064b..6ddc395 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,10 @@ classNameBindings: ['customBinding'], } ``` +### Special Tag-less components + +On the special cases of tag-less components (this functionality is used putting a `tagName: ''` value in the component), the styles are not attached to the DOM, as this addon needs a tag to attach the generated class name. In those special cases, you can use the `styleNamespace`* classname if you want to attach to a another element in the application (or more coherently inside the tag-less component). + ### Configuration You can set the following configuration options in your `config/environment.js` file: