Skip to content

Commit 640f579

Browse files
Use static css. See tailwindcss/readme to generate new one.
1 parent dacc0ba commit 640f579

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)