legacy-paperclip
legacy-paperclip copied to clipboard
Paperclip is a common language for designers and developers
`paperclip-diff` should have ability to analyze locked prop in metadata & fail if they change
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:...
- [ ] include compiler target in config - [ ] include outDir option - [ ] declare main css file name by defailt - [ ] declare assets out...
- [ ] noImportantTags - [ ] no vw vh - [ ] no negative margins or padding
See connectorActivation/styles.pc 
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...
```html :root { --color-background-red: red; } ``` ```javascript import { vars } from "./styles.pc"; vars["--color-background-red"]; ``` #### Considerations - nested style selectors changing var colors