Skip to content

Releases: davidhellmann/tailwindcss-fluid-type

Make it compatible to TailwindCSS 3.0

09 Dec 22:24
Compare
Choose a tag to compare

Feature: it's now also possible to set values as string

22 Nov 00:56
Compare
Choose a tag to compare
1.3.1

Feature: it's now also possible to set values as string

Add more config possibilities

21 Sep 15:00
Compare
Choose a tag to compare
  • 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

21 Sep 07:33
Compare
Choose a tag to compare
1.2.2

Add TW as peer

Move from component layer to utilities layer

14 Sep 14:25
Compare
Choose a tag to compare
1.2.1

Move from component layer to utilities layer

Add lineHeight & letterSpacing feature

14 Sep 13:29
Compare
Choose a tag to compare

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

11 Sep 21:27
Compare
Choose a tag to compare
  • 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

10 Sep 20:38
Compare
Choose a tag to compare
1.0.0

Remove .idea