tailwindcss-fluid-type
tailwindcss-fluid-type copied to clipboard
A plugin that makes the use of Fluid Type a breeze.
For instance with the core fontSize plugin, I can do this: ```css :root { --foo: theme('fontSize.lg'); } ``` ...but since the fluid type plugin calculates the final values at build...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
- Replacing? - Additional Classes? `text-cq-base`?
Hi, i want to thank you for the great work, i discovered this plugin very recently, but it's very well done. Recently Tailwind has updated his framework, and the config...
Hi I am currently researching the topic of fluid typography. My goal is to keep text on the same row on different viewports (where it's possible). For example, from 1024...