Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bundler/plugins/css/css_plugin.ts>CSSPlugin

A Bundler with the web in mind.
Latest
class CSSPlugin
import { CSSPlugin } from "https://deno.land/x/bundler@0.9.0/plugins/css/css_plugin.ts";

Methods

createAsset(
input: string,
bundler: Bundler,
): Promise<Asset>
createBundle(
chunk: Chunk,
ast: Source,
bundler: Bundler,
)
createChunk(
asset: Asset,
chunkAssets: Set<Asset>,
_bundler?: Bundler,
unnamed 3?: CreateChunkOptions,
)
createDependencies(
input: string,
source: Source,
unnamed 4?: CreateAssetOptions,
)
createSource(
input: string,
bundler?: Bundler,
unnamed 2?: CreateAssetOptions,
)
splitDependencies(
asset: Asset,
_bundler: Bundler,
)
test(
input: string,
)