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

x/css/ast/token.ts>Position

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

Properties

line: number
col: number