UNPKG

@stylezjs/postcss-plugin

Version:

@stylezjs/postcss-plugin is a PostCSS plugin for integrating `@stylezjs/stylez` to generate static CSS styles. Stylez → 'Z' of Zero Runtime.

7 lines (6 loc) 167 B
import postcss from 'postcss'; interface PluginOptions { patterns?: string[]; } declare const plugin: postcss.PluginCreator<PluginOptions>; export default plugin;