Skip to main content
Go to Latest
interface TransformCSSResult
import { type TransformCSSResult } from "https://deno.land/x/aleph_compiler@0.7.4/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.