UNPKG

@kanton-basel-stadt/designsystem

Version:

Unplugin to install the digital design system of the canton of Basel-Stadt

14 lines (11 loc) 338 B
declare module 'postcss-url-copy' { import type { PluginCreator } from 'postcss' export interface Options { destPath: string assetsDestPath: string transformUrlBeforeLoad?: (url: string) => string transformUrlBeforeWrite?: (url: string) => string } const plugin: PluginCreator<Options> export default plugin }