UNPKG

twcss

Version:

Fast minimalist utility-first CSS runtime inspired by Tailwind and Twind

8 lines (6 loc) 167 B
import { init } from './compiler.js' export { extend } from './compiler.js' // Initialize for the document. if (typeof document !== 'undefined') { init(document) }