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

Merge pull request #4378 from 1netanel/styles-cleanup

Reorganized sass files to be in src/styles instead of src/assets/css
This commit is contained in:
Bill Thornton 2023-03-01 09:49:07 -05:00 committed by GitHub
commit 5cb92899e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 55 additions and 55 deletions

View file

@ -22,7 +22,7 @@ import libraryMenu from '../../scripts/libraryMenu';
import globalize from '../../scripts/globalize';
import browser from '../../scripts/browser';
import { playbackManager } from '../../components/playback/playbackmanager';
import '../../assets/css/scrollstyles.scss';
import '../../styles/scrollstyles.scss';
import '../../elements/emby-itemscontainer/emby-itemscontainer';
import '../../elements/emby-checkbox/emby-checkbox';
import '../../elements/emby-button/emby-button';