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