source:
frontend/node_modules/postcss-custom-properties/dist/lib/is-ignored.d.ts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 232 bytes | |
| Line | |
|---|---|
| 1 | import type { Container, Declaration } from 'postcss'; |
| 2 | declare function isBlockIgnored(container: Container): any; |
| 3 | declare function isDeclarationIgnored(decl: Declaration): boolean; |
| 4 | export { isBlockIgnored, isDeclarationIgnored, }; |
Note:
See TracBrowser
for help on using the repository browser.
