groundspeed
v1.0.2
Published
A flexible Tailwind preset
Downloads
23
Readme
Groundspeed
Groundspeed is a flexible Tailwind preset.
Usage
First, install it in your project
npm i groundspeed
Next, update your tailwind config
module.exports = {
presets: [
require('groundspeed')
],
// ...
}
Development
For convenience during development, we are using a REPL called scratch. Run it with the command below:
npm run dev