Sha256: 079206bd1a7dc72d922a0de46ac563501d829aee2f4348f91347caa421dc007a

Contents?: true

Size: 146 Bytes

Versions: 2

Compression:

Stored size: 146 Bytes

Contents

// Resize anything

@mixin resizable($direction) {
  resize: $direction; // Options: horizontal, vertical, both
  overflow: auto; // Safari fix
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
aerogel-bootstrap-0.2.2 assets/stylesheets/bootstrap/mixins/_resize.scss
bootstrap-sass-3.1.1.1 vendor/assets/stylesheets/bootstrap/mixins/_resize.scss