Sha256: 5abd88dfab300403cbb43cd62ea15f637a59411e3f633d2e74afaf67ddd29be1

Contents?: true

Size: 225 Bytes

Versions: 8

Compression:

Stored size: 225 Bytes

Contents

@mixin image-dimensions($path)
  height: image-height($path)
  width: image-width($path)

@mixin background-image-with-dimension($path)
  background: image-url($path)
  background-repeat: no-repeat
  +image-dimensions($path)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
concen-0.1.7 app/stylesheets/partials/_mixins.sass
concen-0.1.6 app/stylesheets/partials/_mixins.sass
concen-0.1.5 app/stylesheets/partials/_mixins.sass
concen-0.1.4 app/stylesheets/partials/_mixins.sass
concen-0.1.3 app/stylesheets/partials/_mixins.sass
concen-0.1.2 app/stylesheets/partials/_mixins.sass
concen-0.1.1 app/stylesheets/partials/_mixins.sass
concen-0.1 app/stylesheets/partials/_mixins.sass