UNPKG

postcss-dark-theme-class

Version:

CSS solution for light/dark/auto theme switcher for websites

12 lines (9 loc) 239 B
import type { PluginCreator } from 'postcss' declare const darkClass: PluginCreator<{ darkSelector?: string lightSelector?: string rootSelector?: string | string[] useWhere?: boolean removeMedia?: boolean }> export = darkClass