legacy-paperclip
legacy-paperclip copied to clipboard
Paperclip is a common language for designers and developers
- [ ] warning when class is used in doc but not found as style rule - [ ] need to analyze interim module. Can use this an excuse to...
- [ ] autocomplete should automatically list exported components from other files - [ ] auto-import files - [ ] when hovering over element, possibly display screenshot of it -...
```css &:within(.slim) { &:within(.active) { color: red; } } ``` Should be compiled to: ```css .slim.active [data-pc-element], .slim .active [data-pc-element] { color: red; } ```
- [ ] ability to define explicit thresholds - [ ] ability to ensure that threshold doesn't fall below specific branch. Can pull this information from s3 ``` { coverageOptions:...
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.
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...
Can be used to optimize `paperclip diff`. #### Considerations - Global CSS - using to watch resources like CSS
