mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 06:34:27 +01:00
19 lines
620 B
SCSS
19 lines
620 B
SCSS
/**
|
|
* Please import your styles in order of atomicity.
|
|
* The most atomic styles should be imported first.
|
|
* This will help improve specificity and reduce the chance of
|
|
* unintended overrides.
|
|
**/
|
|
@import 'address-copy-button/index';
|
|
@import 'account-list-item/index';
|
|
@import 'account-list-menu/index';
|
|
@import 'account-picker/index';
|
|
@import 'app-header/app-header';
|
|
@import 'connected-site-menu/index';
|
|
@import 'account-list-menu/';
|
|
@import 'token-list-item/token-list-item';
|
|
@import 'network-list-item/';
|
|
@import 'network-list-menu/';
|
|
@import 'product-tour-popover/product-tour-popover';
|
|
@import 'nft-item/nft-item';
|