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

x/ogone/src/classes/css/CSSScoper.ts>default

Advanced Web Composition for Future
Latest
class default
extends Utils
import { default } from "https://deno.land/x/ogone@revb3/src/classes/css/CSSScoper.ts";

Methods

private
preserve(
str: string,
expressions: any,
template: string[],
): string
private
preserveRegexp(
str: string,
expressions: any,
regexp: RegExp,
): string
transform(cssStr: string, scopeId: string): string