1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Move assets css files to sass

This commit is contained in:
Bill Thornton 2021-01-26 15:31:58 -05:00
parent f21fc934ca
commit 8e77f35657
26 changed files with 22 additions and 22 deletions

View file

@ -307,7 +307,7 @@ import Dashboard from './clientUtils';
updateEditorNode(this, item);
}).on('pagebeforeshow', '.metadataEditorPage', function () {
/* eslint-disable-next-line @babel/no-unused-expressions */
import('../assets/css/metadataeditor.css');
import('../assets/css/metadataeditor.scss');
}).on('pagebeforeshow', '.metadataEditorPage', function () {
const page = this;
Dashboard.getCurrentUser().then(function (user) {

View file

@ -13,7 +13,7 @@ import globalize from './globalize';
import imageHelper from './imagehelper';
import '../elements/emby-button/paper-icon-button-light';
import 'material-design-icons-iconfont';
import '../assets/css/scrollstyles.css';
import '../assets/css/scrollstyles.scss';
import '../assets/css/flexstyles.scss';
import Dashboard, { pageClassOn } from './clientUtils';
import ServerConnections from '../components/ServerConnections';

View file

@ -9,7 +9,7 @@ import '../elements/emby-checkbox/emby-checkbox';
import '../elements/emby-slider/emby-slider';
import '../assets/css/livetv.scss';
import '../components/listview/listview.css';
import '../assets/css/dashboard.css';
import '../assets/css/dashboard.scss';
import '../assets/css/detailtable.scss';
import { appRouter } from '../components/appRouter';

View file

@ -1,6 +1,6 @@
import focusManager from '../components/focusManager';
import dom from './dom';
import '../assets/css/scrollstyles.css';
import '../assets/css/scrollstyles.scss';
function getBoundingClientRect(elem) {
// Support: BlackBerry 5, iOS 3 (original iPhone)

View file

@ -118,7 +118,7 @@ function onGlobalizeInit() {
import('../assets/css/fonts.scss');
}
import('../assets/css/librarybrowser.css');
import('../assets/css/librarybrowser.scss');
loadPlugins().then(function () {
initSyncPlay();