mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
cleanup: reorganized sass files to be in src/styles instead of src/assets/css
This commit is contained in:
parent
c46802166c
commit
494c0ed434
54 changed files with 55 additions and 55 deletions
|
@ -303,7 +303,7 @@ import { getParameterByName } from '../utils/url.ts';
|
|||
updateEditorNode(this, item);
|
||||
}).on('pagebeforeshow', '.metadataEditorPage', function () {
|
||||
/* eslint-disable-next-line @babel/no-unused-expressions */
|
||||
import('../assets/css/metadataeditor.scss');
|
||||
import('../styles/metadataeditor.scss');
|
||||
}).on('pagebeforeshow', '.metadataEditorPage', function () {
|
||||
const page = this;
|
||||
Dashboard.getCurrentUser().then(function (user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue