主页 > @fullhuman/postcss-purgecss > ExtractorResultDetailed
ExtractorResultDetailed 接口
签名
export interface ExtractorResultDetailed
属性
| 属性 | 修饰符 | 类型 | 描述 |
|---|---|---|---|
| attributes | { names: string[]; values: string[]; } | ||
| classes | string[] | ||
| ids | string[] | ||
| tags | string[] | ||
| undetermined | string[] |
