import type { Rule, UserShortcuts } from '@unocss/core' import type { QuasarTheme } from '../../../theme.js' const shortcuts: UserShortcuts = [ [/^q-intersection$/, ([, c], { theme }) => `relative`] ] export { shortcuts }