Files
Francesco Malagrino f1fdc89d7d Bootstrap version 4
Bootstrap Version 4
2018-02-06 19:17:39 +00:00

7 lines
98 B
SCSS
Executable File

// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}