Craig Condon
Craig Condon
stripping of compiled output should be interim flag
This should be a compiler option. Essentially there needs to be a way to add a CSS reset class name to compiled elements so that global CSS doesn't accidentally add...
possibly some way to inject JS too

`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 