Hi,
According to readme miso-ui is based of tailwindcss.
Tailwindcss is not a regular CSS library, because there is no a single CSS to download.
The library is shipped with a CLI tool that generates CSS file based on HTML and JS.
miso-ui style.css is under version control.
I wasn't able to find a comment or make/nix instruction updating that file.
I tried to feed app.wasm to tailwindcss without success:
tailwindcss -i public/app.wasm -o wasm.css
≈ tailwindcss v4.1.11
Error: Missing opening {
~/study/haskell/miso/miso-ui$ ls *css
ls: cannot access '*css': No such file or directory
tailwindcss -i public/index.html -o wasm.css
≈ tailwindcss v4.1.11
Error: Unterminated string: 's animated by default, but you can disable it if you prefer.</p></section></details></section></div><div role="tabpanel" id="demo-tabs-with-panels-panel-2-accordion" aria-labelledby="demo-tabs-with-panels-tab-2-accordion" tabindex="-1" aria-selected="false" hidden><div class="relative"><pre class="grid text-sm max-h-[650px] overflow-y-auto rounded-xl scrollbar"><code class="language-haskell !p-3.5 hljs" >-----------------------------------------------------------------------------'
Should I build the project on GHCJS backend?
Hi,
According to readme miso-ui is based of tailwindcss.
Tailwindcss is not a regular CSS library, because there is no a single CSS to download.
The library is shipped with a CLI tool that generates CSS file based on HTML and JS.
miso-ui style.css is under version control.
I wasn't able to find a comment or make/nix instruction updating that file.
I tried to feed app.wasm to tailwindcss without success:
Should I build the project on GHCJS backend?