UNPKG

tailwindcss-theme-variants

Version:

Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS

5 lines (4 loc) 242 B
import { Node, Root } from "postcss-selector-parser"; export declare const parse: (selector: string) => Root; export declare const unparse: (node: Node) => string; export declare const addParent: (selector: string, parent: string) => string;