1.1.4 • Published 1 year ago
crispy-computing-machine v1.1.4
Crispy Computing Machine
For Tailwind
Install
npm install crispy-computing-machine
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('crispy-computing-machine')
]
}