Skip to main content
Module

x/bundler/deps.ts>postcss.Node#positionInside

A Bundler with the web in mind.
Latest
method postcss.Node.prototype.positionInside
Re-export
import { postcss } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { Node } = postcss;

Convert string index to line/column.

Parameters

index: number

The symbol number in the node’s string.

Returns

Symbol position in file.