1.0.2 • Published 4 years ago
friendly-sniffle v1.0.2
Friendly Sniffle
For Tailwind
Install
npm install friendly-sniffleUsage
Make sure you have tailwind config, if not run command below
npx tailwindcss initOpen tailwindcss.config.js and use add the plugin
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [
require('friendly-sniffle')
]
}