Move plugins css files to sass

This commit is contained in:
Bill Thornton 2021-01-26 15:48:00 -05:00
parent 76296c494b
commit 55dfb219b0
8 changed files with 4 additions and 4 deletions

View file

@ -126,7 +126,7 @@ export default function () {
}
self.show = function () {
import('./style.css').then(() => {
import('./style.scss').then(() => {
let elem = document.querySelector('.logoScreenSaver');
if (!elem) {