This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
PalletControl
Watch
1
Star
0
Fork
You've already forked PalletControl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
PalletControl
/
static
/
plugins
/
bootstrap-v4-rtl
/
scss
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Raw
Permalink
Blame
History
// Sizing shortcuts
@mixin
size
(
$width
,
$height
:
$width
)
{
width
:
$width
;
height
:
$height
;
}
Reference in New Issue
View Git Blame
Copy Permalink