deno.land / x / wasm@wasmer-sdk-v0.6.0 / examples / ffmpeg-react / src / index.css
123456789101112131415161718192021@tailwind base;@tailwind components;@tailwind utilities;
* { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; box-sizing: border-box;}
body { height: 100vh; width: 100vw;}
button:disabled { @apply opacity-50 cursor-not-allowed;}
Version Info