Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the ability to override $total-width when calling mixins. Adds an example of this in use in fixed_responsive #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patbenatar
Copy link

I've added optional parameters to the mixins that allow the developer to optionally override $total-width on a use-by-use basis.

The use case for this is a fixed width site for desktop browsers with switching to a fluid site when we go responsive. See the fixed_responsive example I added.

I only know SASS so I didn't implement other flavored versions in this pull request. I'm hoping someone with experience in the other flavors can apply my changes (they're minor) if this is a feature you'd like to include.

…n example of this in use in fixed_responsive
@joshuarrrr
Copy link

I had the same use case, so I made that modification as well.

98f42dc
and
4caa7a0

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

Successfully merging this pull request may close these issues.

2 participants