epiphany/node_modules/postcss-nesting/dist/lib/ampersand-to-scope.d.ts

3 lines
121 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { Result, Rule } from 'postcss';
export default function ampersandToScope(rule: Rule, result: Result): void;