responsive-font-sizes
v1.0.7
Published
Your Tailwind CSS Plugin Description
Downloads
2
Maintainers
Readme
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.