interface postcss.PositionRe-exportimport { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { Position } = postcss; Propertiesoffset: numberSource offset in file. It starts from 0. column: numberSource line in file. In contrast to offset it starts from 1. line: numberSource column in file.