This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
bootstrap
Watch
1
Star
0
Fork
You've already forked bootstrap
0
mirror of
https://github.com/Hopiu/bootstrap.git
synced
2026-04-16 02:20:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fc94de5b8b
bootstrap
/
scss
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 22:02:35 +00:00
// Sizing shortcuts
combine size & square mixins into one
2015-08-26 10:17:00 +00:00
@mixin
size
(
$width
,
$height
:
$width
)
{
convert to scss
2014-12-02 22:02:35 +00:00
width
:
$width
;
height
:
$height
;
}
Reference in a new issue
Copy permalink