Move elements css files to sass

This commit is contained in:
Bill Thornton 2021-01-26 15:42:02 -05:00
parent 8e77f35657
commit 34a19e0781
27 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@ import layoutManager from '../../components/layoutManager';
import shell from '../../scripts/shell';
import { appRouter } from '../../components/appRouter';
import { appHost } from '../../components/apphost';
import './emby-button.css';
import './emby-button.scss';
const EmbyButtonPrototype = Object.create(HTMLButtonElement.prototype);
const EmbyLinkButtonPrototype = Object.create(HTMLAnchorElement.prototype);

View file

@ -1,5 +1,5 @@
import layoutManager from '../../components/layoutManager';
import './emby-button.css';
import './emby-button.scss';
import 'webcomponents.js/webcomponents-lite';
const EmbyButtonPrototype = Object.create(HTMLButtonElement.prototype);