Adam Argyle
Adam Argyle
Fixes #8537 To Do: - [ ] final reviews - [ ] update publish date before merge
see https://github.com/argyleink/open-props/discussions/71#discussioncomment-3834821
https://preset-env.netlify.app/features/#custom-selectors ideas for within: - quantity queries - etc
fixes #273 - [ ] update docsite - [ ] add tests - [ ] create test pages?
```css ... --cq-size-fluid-2: clamp(1rem, 10cqw, 2rem); ... padding: var(--cq-size-fluid-2); ``` just like the [viewport fluid sizes](https://github.com/argyleink/open-props/blob/main/src/props.sizes.css#L19-L28) also add? ```css font-size: var(--font-size-cq-fluid-2); ``` 1. make a new file `src/props.container-sizes.js` 2. export...
read about it here, and it also has a suggested solution https://github.com/GoogleChrome/developer.chrome.com/issues/3699
Service workers could save a ton of server load. Fortunately, Fresh has all the information needed to automatically generate a meaningful service worker: routes, assets, bundles… I'm here to request...
https://drafts.csswg.org/scroll-animations-1/ https://scroll-driven-animations.style/
https://developer.chrome.com/docs/web-platform/view-transitions/ ```css ::view-transition, ::view-transition-group(), ::view-transition-image-pair(), ::view-transition-old(), ::view-transition-new() { view-transition-name: somename; } ```