mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
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.
8 lines
352 B
CSS
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";
|