Skip to main content
Module

x/packup/sass_util.ts>compile

📦 Zero-config web application packager in Deno
Go to Latest
function compile
import { compile } from "https://deno.land/x/packup@v0.2.2/sass_util.ts";

Compiles the given string into css.

TODO(kt3k): Support importer

Parameters

text: string

Returns

Promise<string>