@freeloop/tailwindcss-mask
v0.1.0
Published
Tailwindcss mask image plugin.
Downloads
14
Maintainers
Readme
@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'),
// ...
],
}