This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
andrea
/
karmen
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2b7491d240
Rami (Branch)
Tag
master
karmen
/
node_modules
/
bootstrap
/
scss
/
mixins
/
_size.scss
_size.scss
98 B
Cronologia
Originale
1
2
3
4
5
6
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}