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

x/fed_dev/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/fed_dev@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.