source:
frontend/node_modules/postcss-custom-properties/dist/lib/get-custom-properties-from-imports.d.ts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 232 bytes | |
| Line | |
|---|---|
| 1 | import type { ImportOptions } from './options'; |
| 2 | import valuesParser from 'postcss-value-parser'; |
| 3 | export default function getCustomPropertiesFromImports(sources: Array<ImportOptions>): Promise<Map<string, valuesParser.ParsedValue>>; |
Note:
See TracBrowser
for help on using the repository browser.
