mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
6 lines
98 B
SCSS
Executable file
6 lines
98 B
SCSS
Executable file
// Sizing shortcuts
|
|
|
|
@mixin size($width, $height: $width) {
|
|
width: $width;
|
|
height: $height;
|
|
}
|