Skip to main content
Module

x/commandis/mod.ts>dom.CSS

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CSS
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { CSS } = dom;

Holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.

Methods

escape(value: string): string
supports(property: string, value?: string): boolean