Skip to main content
Module

x/css/ast/token.ts>Position

CSS Lexer & Parser implementation for Deno
Latest
interface Position
import { type Position } from "https://deno.land/x/css@0.3.0/ast/token.ts";

Properties

line: number
col: number