added tailwind back, reenabled utilities which was causing the color issue

This commit is contained in:
2026-04-30 23:25:30 -06:00
parent 1b2e1365d5
commit e95cbc5e41
716 changed files with 259826 additions and 309 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@rolldown/binding-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `@rolldown/binding`
+37
View File
@@ -0,0 +1,37 @@
{
"name": "@rolldown/binding-darwin-arm64",
"version": "1.0.0-rc.17",
"cpu": [
"arm64"
],
"main": "rolldown-binding.darwin-arm64.node",
"files": [
"rolldown-binding.darwin-arm64.node"
],
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
"keywords": [
"bundler",
"esbuild",
"parcel",
"rolldown",
"rollup",
"webpack"
],
"homepage": "https://rolldown.rs/",
"license": "MIT",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolldown/rolldown.git",
"directory": "packages/rolldown"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"darwin"
]
}
Binary file not shown.