This website requires JavaScript.
Explore
Help
Sign In
mirror
/
bootstrap
Watch
1
Star
0
Fork
0
You've already forked bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-02-23 09:41:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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
;
}
Reference in New Issue
Copy Permalink