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

How to use fixed width for gutters #24

Open
nickngqs opened this issue Aug 17, 2016 · 3 comments
Open

How to use fixed width for gutters #24

nickngqs opened this issue Aug 17, 2016 · 3 comments

Comments

@nickngqs
Copy link

I feel it's easier to work with fixed width for gutters. Is it possible with this framework?

@AlexisBRENON
Copy link
Collaborator

Maybe the easiest way to know is to try. Override the $flx-margin variable before to load the framework with an absolute size (e.g. 1rem).

At first thought, I don't think that it will work because of some computations which will mix units (relatives and absolutes).

@nickngqs
Copy link
Author

I did messed around abit but didn't seem to get it to work, hence was looking for some help. Because of the percentage needed for the input, it seems to not take in fixed values. I'll take a look again when I have time, see if i can change around the values.

@AlexisBRENON
Copy link
Collaborator

AlexisBRENON commented Aug 18, 2016

Probably if you also override flx-column_width variable using an absolute value it will work (as there is no more units mix).

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

No branches or pull requests

2 participants