mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
11 lines
368 B
SCSS
11 lines
368 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 'multichain-token-list-item/multichain-token-list-item';
|