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

@ -13,7 +13,7 @@ import '../../elements/emby-select/emby-select';
import '../../elements/emby-slider/emby-slider';
import '../../elements/emby-input/emby-input';
import '../../elements/emby-checkbox/emby-checkbox';
import '../../assets/css/flexstyles.scss';
import '../../styles/flexstyles.scss';
import './subtitlesettings.scss';
import ServerConnections from '../ServerConnections';
import toast from '../toast/toast';