UNPKG

postcss-theme-fold

Version:

[![NPM Version][npm-img]][npm-url] [![github (ci)][github-ci]][github-ci]

7 lines (6 loc) 293 B
export declare type StringMap = Map<string, string>; export declare type StringStringMap = Map<string, StringMap>; /** * Extract variables from theme selectors and return map with selectors and values. */ export declare function extractThemeVariables(css: string): Promise<StringStringMap>;