2.0.3 • Published 2 years ago

tailwind-percentage-property v2.0.3

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

tailwind-percentage-property

This plugin add some new utility class so you can use from 0% to 100% in your widths or other properyies.

Get Started

Install

pnpm install --save-dev tailwind-percentage-property

Configure tailwind.config.js

module.exports = {
  // ... other config
  plugins: [
    require('tailwind-percentage-property'),
    // ... other plugins
  ]
}

Just use it

percentage width example