UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

4 lines (3 loc) 257 B
export { csstree, Plugins, parse } from '@lynx-js/css-serializer'; export type { Plugin, Declaration, LynxStyleNode, StyleRule, FontFaceRule, ImportRule, KeyframesRule, } from '@lynx-js/css-serializer'; export { cssChunksToMap } from './cssChunksToMap.js';