UNPKG

at-rule-packer

Version:

Merge duplicate CSS media query and other at-rule rules together.

3 lines (2 loc) 110 B
import type { Root } from 'postcss'; export default function AtRulePacker(css: string | Root): string | Root;