Sha256: 93c2c0494a55372c955d31e7eb5f1110030812574c8c27ae23d01366efd60d21

Contents?: true

Size: 569 Bytes

Versions: 8

Compression:

Stored size: 569 Bytes

Contents

@import "setup";

$six-grid: (
  columns: 6,
  gutter: 10px
);

.neat-column-width-1-of-12 {
  width: calc(#{_neat-column-width($neat-grid, 1)});
}

.neat-column-width-6-of-12 {
  width: calc(#{_neat-column-width($neat-grid, 6)});
}

.neat-column-width-12-of-12 {
  width: calc(#{_neat-column-width($neat-grid, 12)});
}

.neat-column-width-1-of-6 {
  width: calc(#{_neat-column-width($six-grid, 1)});
}

.neat-column-width-2-of-6 {
  width: calc(#{_neat-column-width($six-grid, 2)});
}

.neat-column-width-6-of-6 {
  width: calc(#{_neat-column-width($six-grid, 6)});
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
neat-4.0.0 spec/fixtures/functions/neat-column-width.scss
neat-3.0.1 spec/fixtures/functions/neat-column-width.scss
neat-3.0.0 spec/fixtures/functions/neat-column-width.scss
neat-2.1.0 spec/fixtures/functions/neat-column-width.scss
neat-2.0.0 spec/fixtures/functions/neat-column-width.scss
neat-2.0.0.beta.2 spec/fixtures/functions/neat-column-width.scss
neat-2.0.0.beta.1 spec/fixtures/functions/neat-column-width.scss
neat-2.0.0.alpha.1 spec/fixtures/functions/neat-column-width.scss