This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
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)