This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
twbs--bootstrap
Watch
1
Star
0
Fork
You've already forked twbs--bootstrap
0
mirror of
https://github.com/twbs/bootstrap.git
synced
2022-11-09 12:25:43 -05:00
Code
Releases
Activity
5a15971920
twbs--bootstrap
/
scss
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 14:02:35 -08:00
// Sizing shortcuts
combine size & square mixins into one
2015-08-26 16:17:00 +06:00
@mixin
size
(
$width
,
$height
:
$width
)
{
convert to scss
2014-12-02 14:02:35 -08:00
width
:
$width
;
height
:
$height
;
}
Copy permalink