1.0.2 • Published 2 years ago

friendly-sniffle v1.0.2

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

Friendly Sniffle

For Tailwind

Install

npm install friendly-sniffle

Usage

Make sure you have tailwind config, if not run command below

npx tailwindcss init

Open tailwindcss.config.js and use add the plugin

module.exports = {
  content: [],
  theme: {
    extend: {},
  },
  plugins: [
    require('friendly-sniffle')
  ]
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago