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