Skip to content

Commit 6abdf15

Browse files
Merge branch '366-switch-tailwind-css-to-production' into 373-bis-debug-wifi
2 parents 67399f0 + 640f579 commit 6abdf15

File tree

15 files changed

+3115
-11
lines changed

15 files changed

+3115
-11
lines changed

src/reachy_mini/daemon/app/dashboard/static/css/app.css

Lines changed: 1301 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Generate static Tailwind CSS
2+
3+
## Requirements
4+
5+
(From this folder)
6+
7+
```bash
8+
pnpm install -D tailwindcss @tailwindcss/cli
9+
```
10+
11+
## Generate CSS
12+
13+
```bash
14+
npx @tailwindcss/cli -i ./styles/app.css -o ../static/css/app.css
15+
```

0 commit comments

Comments
 (0)