Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/packup/sass_util.ts>compile

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

Compiles the given string into css.

TODO(kt3k): Support importer

Parameters

text: string

Returns

Promise<string>