UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

7 lines (6 loc) • 245 B
/** * Attempts to remove all non-essential words & characters from a style block. * Including selectors and queries. * @param styleString string of css properties */ export declare function splitCssProperties(styleString: string): string[];