This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
alancnet
/
codebase
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
bd151e0879
Branches
Tags
master
codebase
/
scss
/
bootstrap
/
mixins
/
_size.scss
_size.scss
98 B
Histórico
Raw
1
2
3
4
5
6
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}