Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Introduce center mixin for wrapper and other centered content #795

Open
sboerrigter opened this issue Sep 4, 2017 · 1 comment
Open
Labels

Comments

@sboerrigter
Copy link
Member

sboerrigter commented Sep 4, 2017

@mixin center($width: $wrapper-width) {
  margin: 0 auto;
  max-width: $width;
  width: 100%;
}
@luukdv
Copy link

luukdv commented Sep 4, 2017

If it's used in multiple places, agreed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants