fluid-tailwind
fluid-tailwind copied to clipboard
A fluid clamp() plugin for Tailwind that works with every utility.
I've recently over the past couple days started receiving an error when using Winden/Yabe Suil for Wordress `import { fluidExtractor, fluidCorePlugins, defaultThemeScreensInRems, defaultThemeFontSizeInRems } from 'https://esm.sh/fluid-tailwind?bundle-deps&external=fs';` `Config Error SyntaxError: The...
I get this error on my latest project where i'm working with a lot of large font size that have to be reduced to a much smaller font size on...
Hey @barvian, What is the best approach to configure your plugin to use both 'rem' and 'px' units? Use case: rems for typography and px for spacing. Thanks.
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...
In order to build meaningful design systems it is desired to limit the options a developer can choose from. Example: Instead of having to write `~text-xl/3xl` or `~pt-3/6` it is...
Great plugin! I'm looking to incorporate it more fully into my workflow, but a major blocker is not being able to use fluid values in a CSS variable as this...