Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 525 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 525 Bytes

@selfaware/tailwind-base

An opinionated Tailwind preset focused on flexibility.

Usage

First, install it in your project

npm i @selfaware/tailwind-base

Next, update your tailwind config

module.exports = {
  presets: [
    require('@selfaware/tailwind-base')
  ],
  // ...
}

Development

For convenience during development, we are using a REPL called scratch. Run it with the command below:

npm run dev