Skip to main content
Module

x/aleph/compiler/types.ts>TransformCSSResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface TransformCSSResult
import { type TransformCSSResult } from "https://deno.land/x/aleph@1.0.0-alpha.22/compiler/types.ts";

Properties

readonly
code: string

The transformed code.

readonly
optional
map: string

The generated source map, if enabled.

readonly
optional
exports: CSSModuleExports

CSS module exports, if enabled.

readonly
optional
dependencies: Dependency[]

@import and url() dependencies, if enabled.