interface PositionRe-exportimport { type Position } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js"; 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.