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

`paperclip-diff` should have ability to analyze locked prop in metadata & fail if they change

priority: high
effort: easy
impact: high

Ideally we can eliminate the need for `paperclip build` to have any options for this case: ```javascript { compilerOptions: [ { id: "base" } { extends: "base", outDir: "src", only:...

priority: high
effort: easy
impact: high

- [ ] include compiler target in config - [ ] include outDir option - [ ] declare main css file name by defailt - [ ] declare assets out...

priority: high
effort: easy

- [ ] noImportantTags - [ ] no vw vh - [ ] no negative margins or padding

priority: high
effort: medium
impact: high

See connectorActivation/styles.pc ![Screen Shot 2022-01-03 at 3 10 58 PM](https://user-images.githubusercontent.com/757408/147975470-0c7f4217-9817-4870-b9b0-e60ab31c81d9.png)

bug
priority: high
effort: easy

priority: medium
enhancement: stability
effort: medium
impact: high

priority: medium
effort: easy
impact: high

There may be cases where separate HTML elements are using the same design -- it would be nice to detect where this duplicate code is. ### Considerations - UI differences...

enhancement: DX
priority: low
effort: hard
area: code quality
impact: medium

priority: high
enhancement: stability
impact: medium
dogfooding

```html :root { --color-background-red: red; } ``` ```javascript import { vars } from "./styles.pc"; vars["--color-background-red"]; ``` #### Considerations - nested style selectors changing var colors

enhancement: DX
priority: medium
impact: medium