This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2024-11-29 11:24:18 +01:00
Code
Issues
Actions
Packages
Releases
Activity
cd22eb1da0
Bootstrap
/
scss
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 23:02:35 +01:00
// Sizing shortcuts
combine size & square mixins into one
2015-08-26 12:17:00 +02:00
@mixin
size
(
$width
,
$height
:
$width
)
{
convert to scss
2014-12-02 23:02:35 +01:00
width
:
$width
;
height
:
$height
;
}
Reference in New Issue
Copy Permalink