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

x/bundler/deps.ts>postcss.Position

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

Properties

offset: number

Source offset in file. It starts from 0.

column: number

Source line in file. In contrast to offset it starts from 1.

line: number

Source column in file.