1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/css/itcss/components/index.scss
Mark Stacey 797ee2f4de
Remove redundant .scss file extension from SCSS imports (#8581)
The `.scss` file extension is not required when importing SCSS files.
It has been removed from all imports, for consistency. I chose to
remove it rather than add it everywhere because imports without the
extension seem to be more common.
2020-05-13 09:28:06 -03:00

56 lines
977 B
SCSS

@import '../../../components/ui/button/buttons';
@import '../../../components/ui/dialog/dialog';
@import '../../../components/ui/snackbar/index';
@import '../../../components/ui/list-item/index';
@import '../../../components/ui/popover/index';
@import '../../../components/ui/icon/preloader/index';
@import './footer';
@import './network';
@import './modal';
@import './alert';
@import './newui-sections';
@import './account-dropdown';
@import './send';
@import './confirm';
@import './loading-overlay';
// Tx List and Sections
@import './transaction-list';
@import './sections';
@import './currency-display';
@import './menu';
@import './gas-slider';
@import './tab-bar';
@import './simple-dropdown';
@import './request-signature';
@import './request-encryption-public-key';
@import './request-decrypt-message';
@import './editable-label';
@import './pages/index';
@import './new-account';
@import './tooltip';
@import '../../../components/app/index';