Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundler/deps.ts>postcss.FilePosition

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

Properties

url: string

URL for the source file.

optional
file: string

Absolute path to the source file.

line: number

Line in source file.

column: number

Column in source file.

optional
source: string

Source code.