首頁 > @fullhuman/postcss-purgecss > ComplexSafelist
ComplexSafelist 類型
簽章
export type ComplexSafelist = {
standard?: StringRegExpArray;
deep?: RegExp[];
greedy?: RegExp[];
variables?: StringRegExpArray;
keyframes?: StringRegExpArray;
};
首頁 > @fullhuman/postcss-purgecss > ComplexSafelist
簽章
export type ComplexSafelist = {
standard?: StringRegExpArray;
deep?: RegExp[];
greedy?: RegExp[];
variables?: StringRegExpArray;
keyframes?: StringRegExpArray;
};