Skip to content

Commit

Permalink
feat: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 3, 2024
1 parent 86ad4ea commit b4b104c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/nt-css/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ To use nt-css in your project, include the generated `styles.css` file in the `<

You can customize nt-css by editing the `tailwind.config.js` file. Add your own styles or override existing ones to fit your design needs.

```css
@import 'nt-css/dist/styles.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
```

```js
/** @type {import('tailwindcss').Config} */
module.exports = {
Expand Down

0 comments on commit b4b104c

Please sign in to comment.