Skip to content

Commit

Permalink
Added tag-less caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
morhook authored and webark committed Jan 26, 2018
1 parent 3252148 commit 6f92700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f92700

Please sign in to comment.