Sha256: e84df06e3f733c83907d6965a78ab098d4b65c9a336e630c88117aaa0ff385ff

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

// make an element centered within its fixed-width parent.
// Can be applied to a top level float container to create
// a centered layout within the window.
@mixin centered {
  margin-left: auto;
  margin-right: auto;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-layouts-1.0.0 stylesheets/compass/layout/_shared.scss