Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface Position
import { type Position } from "https://deno.land/x/postcss@8.4.16/lib/node.js";

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.