mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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.
4 lines
48 B
SCSS
4 lines
48 B
SCSS
@import './variables';
|
|
|
|
@import './typography';
|