empress / empress/ember-cli-showdown

Ability to make component tag-less

Open
#72 1 comment 0 reactions 0 assignees View on GitHub
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}}

```

screen shot 2019-01-28 at 5 44 13 pm

```
.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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.