Skip to content

Commit adeda11

Browse files
committed
docs: quickstart
1 parent 1ac9a16 commit adeda11

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

  • apps/docs/docs/getting-started/quickstart

apps/docs/docs/getting-started/quickstart/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ npm install flowbite-angular
2525

2626
Make sure to use the flowbite-angular configuration preset in your styles.css
2727

28-
```css {2,7-8}
29-
@import 'node_modules/flowbite-angular/styles/flowbite-angular.css';
28+
```css
29+
@import 'tailwindcss';
30+
```
31+
32+
Add this configuration to your application
33+
34+
```json
35+
"styles": [
36+
"node_modules/flowbite-angular/flowbite-angular.css",
37+
],
3038
```

0 commit comments

Comments
 (0)