Releases: davidhellmann/tailwindcss-fluid-type
Releases · davidhellmann/tailwindcss-fluid-type
Make it compatible to TailwindCSS 3.0
1.3.2 Bump Version
Feature: it's now also possible to set values as string
1.3.1 Feature: it's now also possible to set values as string
Add more config possibilities
- It's now possible to prefix classes [#1]
- Better fallback handling to prevent missconfiguration
IMPORTANT / BREAKING Changes
old:
// tailwind.config.js
module.exports = {
theme: {
fluidTypeSettings: {
// ...
},
fluidType: {
// ...
}
},
};
new:
// tailwind.config.js
module.exports = {
theme: {
fluidType: {
settings: {
// ...
},
values: {
// ...
}
},
},
};
Add tailwindcss as dependency
1.2.2 Add TW as peer
Move from component layer to utilities layer
1.2.1 Move from component layer to utilities layer
Add lineHeight & letterSpacing feature
It's not also possible to set lineHeight and / or letterSpacing like you know from the tailwind documentation.
Add support for other units beside rem
- Update readme how to use it with other units beside
rem
, but I suggest to use rem, cause it's more a11y friendly.
Initial release
1.0.0 Remove .idea