Move elements css files to sass
This commit is contained in:
parent
8e77f35657
commit
34a19e0781
27 changed files with 14 additions and 14 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue