#!/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 {};
