tailwindcss-fluid
tailwindcss-fluid copied to clipboard
Fluid utilities for Tailwind CSS
Adding something like this does not work: `text-5xl-fluid md:text-base-fluid` any workaround for it?
Replaced textSizes with fontSize and added corePlugins docs for disabling core font-sizes
Appreciate it's early doors with Tailwind 1.0.0-beta.3! The new key for `textSizes` in Tailwind 1.0.0-beta.3 is `fontSize`, which seems to cause it to error now: `TypeError: Cannot convert undefined or...
I love the idea of fluid design for typograhpy, containers etc. However, I've found myself limited by only having one min and max value. I've been playing around with the...
If I try to use the plugin classes with @apply in a css file I get an error message ``CssSyntaxError: /Applications/MAMP/htdocs/dhl-adressen-4/00_dev/src/css/comp onents/headlines.css:46:3: `@apply` cannot be used with `.dhl-text-3x-fluid` because `.dhl-text-3x-fluid`...
Hey @bradlc, while further working I noticed something else: The plugin doesn't generate tailwinds standard classes for padding/margin Tailwind: `.p{side?}-{size}, .m{side?}-{size}` Plugin: `.p-{side?}-{size}, .m-{side?}-{size}` and it doesn't output tailwinds standard...
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.23 and updates ancestor dependency [microbundle](https://github.com/developit/microbundle). These dependencies need to be updated together. Updates `postcss` from 5.2.18 to 8.4.23 Release notes Sourced from postcss's releases. 8.4.23 Fixed...
Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [fsevents](https://github.com/fsevents/fsevents). These dependencies need to be updated together. Removes `hawk` Updates `fsevents` from 1.1.3 to 1.2.13 Release notes Sourced from...
Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! Changelog...