This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
etouimi
/
SPAMAP-Web-App
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
015b74845c
Branches
Tags
master
SPAMAP-Web-App
/
public
/
scss
/
bootstrap
/
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;
}