mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53: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
|
||||
# binaryen just will trigger in `web` platform
|
||||
binaryen = { wasm_opt = true }
|
||||
|
||||
# enable tailwindcss CSS building
|
||||
tailwindcss= { input = "/somewhere", config = "yay"}
|
||||
binaryen = { wasm_opt = true }
|
Loading…
Reference in a new issue