UNPKG

stylelint-config-clean-order

Version:

Order your styles with stylelint-order.

5 lines (4 loc) 232 B
import type * as CSS from 'csstype'; type UnknownTypographyProperties = 'text-stroke-width' | 'text-stroke-color'; export declare const typography: Array<keyof CSS.StandardPropertiesHyphen | UnknownTypographyProperties>; export {};