mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
[RM] removed tailwindcss line from Dioxus.toml
This commit is contained in:
parent
7aa8feaa49
commit
9649410c37
1 changed files with 1 additions and 4 deletions
|
@ -42,7 +42,4 @@ script = []
|
||||||
|
|
||||||
# use binaryen.wasm-opt for output Wasm file
|
# use binaryen.wasm-opt for output Wasm file
|
||||||
# binaryen just will trigger in `web` platform
|
# binaryen just will trigger in `web` platform
|
||||||
binaryen = { wasm_opt = true }
|
binaryen = { wasm_opt = true }
|
||||||
|
|
||||||
# enable tailwindcss CSS building
|
|
||||||
tailwindcss= { input = "/somewhere", config = "yay"}
|
|
Loading…
Reference in a new issue