A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/*
|
|
|
|
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 './variables/index';
|
|
|
|
|
|
|
|
/*
|
|
|
|
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/generic/index';
|
|
|
|
@import './itcss/objects/index';
|
|
|
|
@import './itcss/components/index';
|
|
|
|
@import './itcss/trumps/index';
|
|
|
|
// Other imports
|
|
|
|
@import '../../../node_modules/react-select/dist/react-select';
|