empress / empress/ember-cli-showdown
Ability to make component tag-less
- Dominant language
- JavaScript
- Stars
- 100
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes I have a situation like this - where my H1 might be coming from a different place / and then I can't style adjacent selectors because of the div.ember-view that changes the heirarchy.
```
{{#each model.blocks as |block|}}
{{block.name}}
{{markdown-to-html block.value}}
{{/each}}
```

```
.editorial
h1
strong-voice()
+ p
margin-top: $pad
border: 1px solid red
+ h2
margin-top: $pad
border: 3px solid red
h2
color: $highlight
+ p
margin-top: $pad
```
(I can change how the CMS works to avoid this / but if there's a go-to way to extend or change that component - that would be cool. : )
Contributor guide
Assessment
This issue has not been assessed yet.