mirror of
https://github.com/itflow-org/itflow
synced 2026-09-23 07:01:16 +00:00
First commit
This commit is contained in:
6
vendor/bootstrap/scss/mixins/_size.scss
vendored
Normal file
6
vendor/bootstrap/scss/mixins/_size.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Sizing shortcuts
|
||||
|
||||
@mixin size($width, $height: $width) {
|
||||
width: $width;
|
||||
height: $height;
|
||||
}
|
||||
Reference in New Issue
Block a user