Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface Source
Re-export
import { type Source } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";

Properties

input: Input

The file source of the node.

optional
start: Position

The inclusive starting position of the node’s source.

optional
end: Position

The inclusive ending position of the node's source.