legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

Paperclip is a common language for designers and developers

Results 136 legacy-paperclip issues
Sort by recently updated
recently updated
newest added
trafficstars

- [ ] warning when class is used in doc but not found as style rule - [ ] need to analyze interim module. Can use this an excuse to...

priority: high
effort: easy
impact: high

priority: high
enhancement: stability
effort: easy
dogfooding

- [ ] autocomplete should automatically list exported components from other files - [ ] auto-import files - [ ] when hovering over element, possibly display screenshot of it -...

priority: medium
effort: medium
impact: medium

```css &:within(.slim) { &:within(.active) { color: red; } } ``` Should be compiled to: ```css .slim.active [data-pc-element], .slim .active [data-pc-element] { color: red; } ```

bug
area: language
status: completed
priority: medium
effort: medium

- [ ] ability to define explicit thresholds - [ ] ability to ensure that threshold doesn't fall below specific branch. Can pull this information from s3 ``` { coverageOptions:...

area: language
priority: medium
enhancement: stability
effort: easy
impact: medium

visual editor sometimes gets into a state where frames are unselectable - this particularly shows when embedded in the home page. Maybe check REPL for reproducing this issue.

bug
priority: high
effort: easy

A bit different than :within selector, :host would be specific to _host_ components - similar to the native web comonents spec. E.g: ```html :host(:hover) { color: red; } inner text...

enhancement: DX
area: language
priority: 4

Can be used to optimize `paperclip diff`. #### Considerations - Global CSS - using to watch resources like CSS

priority: medium
effort: medium

![Screen Shot 2022-01-08 at 9 27 59 AM](https://user-images.githubusercontent.com/757408/148647912-2e5bd584-c42b-4576-9e24-ffb01ce67c14.png)

bug
effort: easy