source:
frontend/node_modules/@csstools/postcss-hwb-function/dist/index.d.ts
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 189 bytes | |
| Line | |
|---|---|
| 1 | import type { PluginCreator } from 'postcss'; |
| 2 | /** Transform hwb() functions in CSS. */ |
| 3 | declare const postcssPlugin: PluginCreator<{ |
| 4 | preserve: boolean; |
| 5 | }>; |
| 6 | export default postcssPlugin; |
Note:
See TracBrowser
for help on using the repository browser.
