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

Add breakpoint support to loop-grid—order-helpers ... #35

Conversation

andreasisaak
Copy link

Now you can order the grid elements within the breakpoint namespace

…the grid elements within the breakpoint namespace
@andreasisaak andreasisaak mentioned this pull request Nov 21, 2016
@@ -104,13 +104,13 @@
@include loop-grid--order-helpers($reflex-columns);
}

@mixin loop-grid--order-helpers($index) {
@mixin loop-grid--order-helpers($index, $breakpoint: null) {
@if $index >= 0 {
.#{$reflex-prefix}grid--order-#{$index} {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to output the $breakpoint here like so:

.#{$reflex-prefix}grid--order-#{$index}#{$breakpoint} {

Thanks for this PR, I am not going to merge it directly but am incorporating it into the library myself.

@leejordan leejordan closed this Dec 2, 2016
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