UNPKG

@tiny-css/compiler

Version:

The compiler for compiling & reducing the bundle size of tiny-css

12 lines (11 loc) 452 B
#!/usr/bin/env node /** * @author KR Tirtho * Flow: * input.html--------->defined classnames----------->filter tiny-css classnames---------> * | * |---------------------------grab css objects from stylesheet.css relatively<----------| * | * |------>check output.css to not write same style twice------->write to output.css */ export {};