Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ImportDependency
import { type ImportDependency } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

Properties

type: "import"
url: string

The url of the @import dependency.

media: string | null

The media query for the @import rule.

supports: string | null

The supports() query for the @import rule.

The source location where the @import rule was found.

placeholder: string

The placeholder that the import was replaced with.