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
1a6aad4548
twbs--bootstrap
/
scss
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 17:02:35 -05:00
// Sizing shortcuts
combine size & square mixins into one
2015-08-26 06:17:00 -04:00
@mixin
size
(
$width
,
$height
:
$width
)
{
convert to scss
2014-12-02 17:02:35 -05:00
width
:
$width
;
height
:
$height
;
}
Copy permalink