mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
4f64e3d6c3
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net> Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
12 lines
375 B
SCSS
12 lines
375 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 'compliance-details/index';
|
|
@import 'compliance-settings/index';
|
|
@import 'jwt-dropdown/jwt-dropdown';
|
|
@import 'jwt-url-form/jwt-url-form';
|
|
@import 'note-to-trader/index';
|