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-26 20:39:08 +01:00
Code
1247e03a33
metamask-extension
/
ui
/
css
/
itcss
/
components
/
index.scss
5 lines
68 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
'
./network
'
;
@import
'
./newui-sections
'
;
@import
'
./send
'
;
Network loading does not block network loading.
2017-11-09 17:47:10 +01:00
Copy Permalink