Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 474 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 474 Bytes

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