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

Should update Engine + DependencyGraph to use more parallel futures

priority: high
effort: easy
impact: high

priority: medium
effort: medium
impact: high

Should be able to do this: ```html &:within($atoms.float) { color: red; } ``` Currently this is necessary as an alternative: ```html &:within(:global(.float)) { color: red; } ```

area: language
priority: medium
effort: medium
impact: medium

```css ```

priority: medium
effort: easy
impact: medium

This should be a flag defined with `paperclip.config.json`. Option should be used to remove CSS that is not used in _any_ PC living in `src`. ### Considerations - third-party CSS...

priority: medium
impact: medium

Need to offer a way to guard Paperclip styles from global CSS that may be applied to elements. This basically involves defining a `*` reset that also handles psuedo elements...

priority: medium
impact: high

Since PC uses explicit CSS, we can be smart about taking snapshots of dependencies, and dependencies of those dependencies.

priority: low
effort: hard
impact: low

Coverage CLI tool that checks for % of visual states shown as previews. Should cover: - % CSS covered - slots that are used (need to ensure that components are...

area: CLI tooling
priority: 4
area: code quality

Can use this as an example: https://github.com/theodo/jasmine-axe/blob/master/index.ts. Will need to render PC preview elements in headless DOM (jsdom?).

priority: medium
effort: medium
area: code quality

There should be a compiler option for Paperclip that prohibits the use of `:global` selectors

area: language
priority: medium
effort: easy