1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/app/css/index.scss
Mark Stacey 797ee2f4de
Remove redundant .scss file extension from SCSS imports (#8581)
The `.scss` file extension is not required when importing SCSS files.
It has been removed from all imports, for consistency. I chose to
remove it rather than add it everywhere because imports without the
extension seem to be more common.
2020-05-13 09:28:06 -03:00

21 lines
443 B
SCSS

/*
ITCSS
http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
*/
@import './itcss/settings/index';
@import './itcss/tools/index';
@import './itcss/generic/index';
@import './itcss/objects/index';
@import './itcss/components/index';
@import './itcss/trumps/index';
@import '../../../node_modules/react-select/dist/react-select';