Sha256: 2563ac2f0603f99e6a985d6f4dd2410e905088773130cad56d9b5ea4e40bd7f5

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

@import 'setup';

@include display-context(table) {
  .display-table-block {
    @include span-columns(6);
  }
}

@include display-context(table) {
  @include display-context(block) {
    .display-nested-block {
      @include span-columns(6);
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
neat-1.7.2 test/display-context.scss
neat-1.7.1 test/display-context.scss
neat-1.7.0 test/display-context.scss
neat-1.7.0.rc test/display-context.scss