Sha256: 7b4fb8374249e7ac9dda235dd325e453b7afb7d6e5bddbe38ca098922ce53e25

Contents?: true

Size: 521 Bytes

Versions: 17

Compression:

Stored size: 521 Bytes

Contents

@import compass/css3

.hbox
  +display-box
  +box-orient
  +box-align
  
  & > *
    +box-flex

.vbox
  +display-box
  +box-orient(vertical)
  +box-align
  
  & > *
    +box-flex

.spacer
  +box-flex(1)

.reverse
  +box-direction(reverse)

.box-flex-0
  +box-flex(0)

.box-flex-1
  +box-flex(1)

.box-flex-2
  +box-flex(2)

.box-flex-group-0
  +box-flex-group(0)

.box-flex-group-1
  +box-flex-group(1)

.box-flex-group-2
  +box-flex-group(2)

.start
  +box-pack(start)

.end
  +box-pack(end)

.center
  +box-pack(center)

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
compass-0.11.alpha.0 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.6 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.6.pre.1 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.5 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.5.pre.1 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.4 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.4.pre.4 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.4.pre.3 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.4.pre.2 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.3 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.3.pre.1 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.2 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.1 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.0 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.0.rc6 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.0.rc5 test/fixtures/stylesheets/compass/sass/box.sass
compass-0.10.0.rc4 test/fixtures/stylesheets/compass/sass/box.sass