tailwind-csstree
Version:
CSSTree syntax for parsing Tailwind custom syntax.
9 lines (8 loc) • 349 B
TypeScript
/**
* @typedef {import("@eslint/css-tree").NodeSyntaxConfig} NodeSyntaxConfig
* @import { SyntaxConfig } from "@eslint/css-tree"
*/
/** @type {Partial<SyntaxConfig>} */
export const tailwind4: Partial<SyntaxConfig>;
export type NodeSyntaxConfig = import("@eslint/css-tree").NodeSyntaxConfig;
import type { SyntaxConfig } from "@eslint/css-tree";