Skip to content

bench: setup tailwind v4 compilation#720

Merged
trekhopton merged 4 commits intomainfrom
feature/tailwind-integration
Mar 18, 2026
Merged

bench: setup tailwind v4 compilation#720
trekhopton merged 4 commits intomainfrom
feature/tailwind-integration

Conversation

@trekhopton
Copy link
Collaborator

We want to use tailwind instead of bootstrap. Recently we were doing it a sort of hacky way, but this if a better way.

@trekhopton trekhopton force-pushed the feature/tailwind-integration branch 2 times, most recently from 49c75c5 to ff7473e Compare March 18, 2026 03:34
@trekhopton trekhopton force-pushed the feature/tailwind-integration branch from ff7473e to 20ec834 Compare March 18, 2026 04:34
@trekhopton trekhopton marked this pull request as ready for review March 18, 2026 04:56
"build:watch": "rollup -c --watch",
"build:css": "npx -y @tailwindcss/cli -i ./ts/tailwind.css -o ./s/dist/tailwind.global.css",
"build": "npm run build:css && rollup -c",
"build:watch": "npm run build:css -- --watch & rollup -c --watch",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there intentionally an empty double flag?
-- --watch

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it passes following flags through to the build:css command

@trekhopton trekhopton merged commit 7977ff1 into main Mar 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants