You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/theming.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Then preview your theme by running:
28
28
npm run dev
29
29
```
30
30
31
+
You may need to open the dev server (http://localhost:3000) in a second window in a private tab or different browser on first load to resolve the layout rendering error.
32
+
31
33
## Tailwind & CSS
32
34
Prez UI uses [Tailwind](https://tailwindcss.com) for most of its styling, which you can use in this starter template to easily style using classes.
Copy file name to clipboardExpand all lines: packages/create-prez-app/template/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Then preview your theme by running:
14
14
npm run dev
15
15
```
16
16
17
+
You may need to open the dev server (http://localhost:3000) in a second window in a private tab or different browser on first load to resolve the layout rendering error.
18
+
17
19
## Configuration
18
20
### Environment Variables
19
21
The main configuration required for running Prez UI are done with environment variables:
0 commit comments