Skip to content

Commit

Permalink
docs: update docs with correct tailwind example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto committed Nov 7, 2023
1 parent 4c2922a commit 9c32d5d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ Inclue or extend our colour configuration and add our components to Tailwind's c

```js
// tailwind.config.js
import colors from '@nearform/quantum/colors'
import colors from '@nearform/quantum/dist/colors'

module.exports = {
colors,
content: [
"./node_modules/@nearform/quantum/**/*.js"
]
],
theme: {
colors,
}
};
```

Expand Down

0 comments on commit 9c32d5d

Please sign in to comment.