This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
andrea
/
karmen
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
bbdc0bd981
Branches
Tags
master
karmen
/
node_modules
/
bootstrap
/
scss
/
mixins
/
_size.scss
_size.scss
98 B
Historique
Raw
1
2
3
4
5
6
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}