1.0.2 • Published 3 months ago

groundspeed v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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
1.0.2

3 months ago

1.0.1

8 months ago

1.0.0

9 months ago