This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-23 10:30:04 +01:00
Code
e11203c2cd
metamask-extension
/
ui
/
css
/
itcss
/
settings
/
index.scss
2 lines
23 B
SCSS
Raw
Normal View
History
Unescape
Escape
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 14:28:06 +02:00
@import
'
./variables
'
;
Copy Permalink