This website requires JavaScript.
Explore
Help
Sign In
oly
/
hackspace
Watch
1
Star
0
Fork
You've already forked hackspace
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e2dc3f331d
hackspace
/
mhackspace
/
static
/
sass
/
bootstrap
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Executable File
Raw
Blame
History
// Sizing shortcuts
@mixin
size
(
$width
,
$height
:
$width
)
{
width
:
$width
;
height
:
$height
;
}
Reference in New Issue
View Git Blame
Copy Permalink