vikunja-frontend/src/polyfills.ts

4 lines
142 B
TypeScript

// in order to use postcss-preset-env correctly we need some client side plugins
import focusWithin from 'focus-within'
focusWithin(document)