File "_size.scss"

Full path: E:/sites/Single15/tinmung2007/webroot/Tin VUI_BUON/nitro/sass/bootstrap/mixins/_size.scss
File size: 147 B
MIME-type:
Charset: utf-8

Download   Open   Back

// Sizing shortcuts

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

@mixin square($size) {
  @include size($size, $size);
}

PHP File Manager