lbry-desktop/ui/scss/third-party.scss
infinite-persistence 5d8e3d8b0a
Revert lazy-loading videojs
## Issue
The loading circle wasn't showing up, causing confusion.

Splitting CSS doesn't seem trivial as there seems to be a huge dependency on the load order. Pretty much similar to what this person is facing https://lihautan.com/css-code-splitting/#the-problem

## Change
This reverts videojs-specific changes from 4d638bcf.
2021-07-06 17:04:16 +08:00

5 lines
96 B
SCSS

@charset "utf-8";
@import '~@reach/combobox/styles.css';
@import '~@reach/tooltip/styles.css';