Craig Condon

Results 250 issues of Craig Condon
trafficstars

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

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