This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
AdminLTE
Watch
1
Star
0
Fork
You've already forked AdminLTE
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ab3875743f
AdminLTE
/
bower_components
/
bootstrap
/
scss
/
mixins
/
_size.scss
7 lines
98 B
SCSS
Raw
Blame
History
// Sizing shortcuts
@mixin
size
(
$width
,
$height
:
$width
)
{
width
:
$width
;
height
:
$height
;
}
Reference in New Issue
View Git Blame
Copy Permalink