Skip to main content
Module

x/aleph/examples/react-app/unocss.config.ts

The Full-stack Framework in Deno.
Go to Latest
File
import presetWind from "@unocss/preset-wind.ts";import type { UserConfig } from "@unocss/core.ts";
// @ref https://github.com/unocss/unocss#configurationsexport default <UserConfig> { presets: [presetWind()],};