1.0.7 • Published 2 years ago

responsive-font-sizes v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Responsive Font Sizes

A lightweight and easy to use responsive font size plugin.

Install the plugin from npm:

$ npm install responsive-font-sizes

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  plugins: [
    // ...
    require('responsive-font-sizes'),
    // ...
  ],
};

License

Responsive Font Sizes is licensed under the MIT License.

Credits

Created with create-tailwind-plugin.