mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
797ee2f4de
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.
56 lines
977 B
SCSS
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';
|