waveterm/frontend/preview/preview.css
Mike Sawka 9abd590176
UI only preview server (+ deployments) (#2919)
adds a new "preview server" for UI testing. hooking up to cloudflare
pages deployments. for now, just a test "about modal" component. will
add more later.
2026-02-23 12:48:28 -08:00

8 lines
352 B
CSS

/* Copyright 2026, Command Line Inc.
SPDX-License-Identifier: Apache-2.0 */
/* Re-export the main tailwind setup, adding extra @source so Tailwind v4
scans the full frontend/app tree (the preview vite root is frontend/preview/,
so the automatic scan would otherwise miss frontend/app/**). */
@import "../tailwindsetup.css";
@source "../app";