-
styles.css
```css styles.css
body {
font-family: sans-serif;
}
:root {
--minVw: 320px;
--maxVw: 720px;
--minSize: 16px;
--maxSize: 32px;
}
h1 {
font-size: clamp(var(--minSi…
-
With the transition to a new sizing scale in #1583 we can still offer fluid scaling on typography as an optional set for those that want this.
This would entail updates to our token builder to provid…
-
https://css-tricks.com/snippets/css/fluid-typography/
https://css-tricks.com/consistent-fluidly-scaling-type-and-spacing/
https://css-tricks.com/simplified-fluid-typography/
-
**[Original report](https://bitbucket.org/sobral/initial-css/issue/76) by sobral (Bitbucket: [sobral](https://bitbucket.org/sobral), GitHub: [robsonsobral](https://github.com/robsonsobral)).**
----…
-
## Issue Description
The the `maxViewportWidth` and `minViewportWidth`settings for fluid typography are not referenced in the Theme Handbook / theme.json / Settings / Typography section.
…
-
mwezn updated
2 years ago
-
Thanks again for an amazing solution for fluid responsive designs in tailwind! It is now my standard for any new project!
I am submitting this issue to report a limitation using fluid-tailwind with…
-
### Description
The global theme.json fluid typography setting, `settings.typography.fluid` path from `theme.json`, is unavailable on the Gutenberg UI. This prevents users from controlling it using…
-
https://caniuse.com/#feat=mdn-css_types_clamp
https://moderncss.dev/generating-font-size-css-rules-and-creating-a-fluid-type-scale/
-
### Responsive Layouts
Responsive layouts are usually built from the _outside in_. A responsive layout built using media queries only cares about the size of the viewport, and it . It doesn't take …