Skip to content

Commit

Permalink
Updated tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
sivert-io committed Mar 15, 2023
1 parent 588939e commit cfe9a6f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,22 @@ or
yarn add @gryt/ui @tailwindcss/typography tailwind daisyui
```

### Tailwind preset
### Tailwind configuration

```ts
// tailwind.config.js

module.exports = {
presets: [
require('@gryt/ui/tailwind')
],
// ...
}
content: [
// ...
"./node_modules/@gryt/**/*.{js,ts}",
],
presets: [
// ...
require('@gryt/ui/tailwind')
]
// ...
}
```

### Styling
Expand Down

0 comments on commit cfe9a6f

Please sign in to comment.