Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/lightningcss.ts>Composes

A frugal web framework
Latest
interface Composes
import { type Composes } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the composes property from CSS modules.

Properties

optional
from: Specifier | null

Where the class names are composed from.

The source location of the composes property.

names: String[]

A list of class names to compose.