UNPKG

@kanton-basel-stadt/designsystem

Version:

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

9 lines (6 loc) 378 B
// Alias used for icons in user land code export const ICON_PATH_ALIAS = '@kanton-basel-stadt/designsystem/icons/symbol' // Alias used for virtual icon modules in unplugin-icons export const ICON_PATH = '~icons/symbol' // Regexp used to replace all export const NON_ICON_MODULE_ALIAS_RE = /(['"(])@kanton-basel-stadt\/designsystem(?!\/icons\/symbol)((?:\/[\w\-.]*)*)(['")])/g