mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 16:18:07 +01:00
16 lines
538 B
SCSS
16 lines
538 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 'multichain-connected-site-menu/index';
|
|
@import 'account-list-menu/';
|
|
@import 'multichain-token-list-item/multichain-token-list-item';
|
|
@import 'network-list-item/';
|
|
@import 'network-list-menu/';
|