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

x/fed_dev/deps.ts>postcss.Source

A Bundler with the web in mind.
Latest
interface postcss.Source
Re-export
import { type postcss } from "https://deno.land/x/fed_dev@0.9.0/deps.ts";
const { Source } = postcss;

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.