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

Theme options to define layout grid breakpoints #660

Closed
gaffkins opened this issue Mar 25, 2020 · 0 comments · Fixed by #778
Closed

Theme options to define layout grid breakpoints #660

gaffkins opened this issue Mar 25, 2020 · 0 comments · Fixed by #778
Labels
Type: Feature Request ⛱ New feature or request

Comments

@gaffkins
Copy link

It's nice to see options to change layout grid breakpoints.
Like:
/* increase the width of the grid lg and xl breakpoints /
$grid-breakpoints: (
lg: 1024px,
xl: 1366px
);
/
increase container width for the wider lg and xl breakpoints */
$container-max-widths: (
lg: 1050px,
xl: 1400px
);

@stsrki stsrki added the Type: Feature Request ⛱ New feature or request label Apr 20, 2020
@stsrki stsrki modified the milestones: 0.9.2, 0.9.1 Apr 20, 2020
This was referenced Apr 21, 2020
@stsrki stsrki linked a pull request Apr 21, 2020 that will close this issue
@stsrki stsrki closed this as completed Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request ⛱ New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants