1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/css/index.scss
Brad Decker a04ec49a57
remove unnecessary files and scss (#9253)
this moves very little code around, to enable deleting files that are
no longer used or necessary. There are a few more things to move and
delete that will be handled in a seperate PR after this one.
2020-08-19 16:02:42 -05:00

32 lines
967 B
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 './base-styles.scss';
@import '../components/app/app-components';
@import '../components/ui/ui-components';
@import '../pages/pages';
/*
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/react-select/dist/react-select';