This website requires JavaScript.
Explore
Help
Sign In
ThirdMirrors
/
cheatsheets
mirror of
https://gitee.com/Hawkin99/cheatsheets.git
Watch
1
Star
0
Fork
You've already forked cheatsheets
0
Code
Issues
Projects
Releases
Wiki
Activity
fbd6663a28
cheatsheets
/
_sass
/
2017
/
utils
/
section-gutter.scss
4 lines
89 B
SCSS
Raw
Blame
History
@mixin
section-gutter
(
$property
,
$multiplier
:
1
)
{
#{
$property
}
:
16px
*
$
multiplier
;
}
Reference in New Issue
View Git Blame
Copy Permalink