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

x/postcss/lib/node.js>Source

Postcss for Deno
Latest
interface Source
import { type Source } from "https://deno.land/x/postcss@8.4.16/lib/node.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.