mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 08:39:29 +08:00
10 lines
252 B
Text
10 lines
252 B
Text
/**
|
|
* @param {import('postcss').Rule} rule
|
|
* @return {void}
|
|
*/
|
|
export function explode(rule: import('postcss').Rule): void;
|
|
/**
|
|
* @param {import('postcss').Rule} rule
|
|
* @return {void}
|
|
*/
|
|
export function merge(rule: import('postcss').Rule): void;
|