UNPKG

stylelint-config-clean-order

Version:

Order your styles with stylelint-order.

5 lines (4 loc) 250 B
import type * as CSS from 'csstype'; type UnknownLayoutProperties = 'size' | 'box-orient' | 'grid-column-gap' | 'grid-gap' | 'grid-row-gap'; export declare const layout: Array<keyof CSS.StandardPropertiesHyphen | UnknownLayoutProperties>; export {};