mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
797ee2f4de
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.
21 lines
443 B
SCSS
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';
|