UNPKG

tailwind-csstree

Version:

CSSTree syntax for parsing Tailwind custom syntax.

8 lines (7 loc) 212 B
/** * @fileoverview Main entry point for the project. * @author Nicholas C. Zakas */ /* @ts-self-types="./index.d.ts" */ export { tailwind4 } from "./tailwind4.js"; export { tailwind3 } from "./tailwind3.js";