This website requires JavaScript.
Explore
Help
Register
Sign In
E31210181
/
MIF_E31210181
Watch
1
Star
0
Fork
You've already forked MIF_E31210181
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
MIF_E31210181
/
resources
/
sass
/
_functions.scss
6 lines
99 B
SCSS
Raw
Permalink
Blame
History
// Functions
@function
social-color
(
$key
:
"
twitter
"
)
{
@return
map-get
(
$social-colors
,
$key
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink