0.1.0 • Published 5 months ago

@freeloop/tailwindcss-mask v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@freeloop/tailwindcss-mask

Replace this text with a short description of what the plugin does.

Installation

Install the plugin from npm:

npm install -D @freeloop/tailwindcss-mask

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

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@freeloop/tailwindcss-mask'),
    // ...
  ],
}
0.1.0

5 months ago