ilscipio/scipio-erp

View on GitHub
themes/ignite-shop/webapp/ignite/scss/bootstrap_src/mixins/_size.scss

Summary

Maintainability
Test Coverage
// Sizing shortcuts

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