google / google/playground-elements

Expose parts for #lhs and #rhs

Open
#199 0 comments 1 reaction 0 assignees View on GitHub
Needs Discussion
Dominant language
TypeScript
Stars
648
Forks
61
PR merge metrics
No merged PRs in 30d

Description

If `#lhs` and `#rhs` had parts, users could write custom layouts while still using ``. For example, a vertical layout would be:

```scss
playground-ide {
display: flex;
flex-flow: row wrap;
&::part(lhs) {
width: 100%;
height: 75%;
}
&::part(rhs) {
width: 100%;
height: 25%;
}
}
```

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.