mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
194f7c8dd8
* added AvatarBase Component * added README file to storybook * converted avatar-base to base-avatar * props for snapshot testing * replaced snapshot testing * Updates to stories and component * used arrow function for component * fixed merge conflicts * removed box stories * changed import order for scss files * replaced base-avatar import with component scss file Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
36 lines
1.1 KiB
SCSS
36 lines
1.1 KiB
SCSS
/*
|
|
MetaMask design system imports
|
|
The variables declared here should take precedence.
|
|
They are included first because they will be used to replace bad variable names in itcss
|
|
prior to it being fully removed from the system.
|
|
*/
|
|
@import './reset.scss';
|
|
@import './design-system/index';
|
|
@import './utilities/colors.scss';
|
|
@import './base-styles.scss';
|
|
@import '../components/component-library/component-library-components.scss';
|
|
@import '../components/app/app-components';
|
|
@import '../components/ui/ui-components';
|
|
@import '../pages/pages';
|
|
@import './errors.scss';
|
|
@import './loading.scss';
|
|
|
|
/*
|
|
ITCSS
|
|
|
|
http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
|
|
https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
|
|
|
|
DEPRECATED: This CSS architecture is deprecated. The following imports will be removed
|
|
overtime.
|
|
*/
|
|
@import './itcss/settings/index';
|
|
@import './itcss/tools/index';
|
|
@import './itcss/components/index';
|
|
|
|
/*
|
|
Third Party Library Styles
|
|
*/
|
|
@import '../../node_modules/react-tippy/dist/tippy';
|
|
@import '../../node_modules/@metamask/design-tokens/src/css/design-tokens';
|