Move plugins css files to sass
This commit is contained in:
parent
76296c494b
commit
55dfb219b0
8 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue