Felix Spöttel

Results 84 comments of Felix Spöttel

You can use `@include g(full)` for a grid without gutters. Regarding the margins, the current system of negative `margin-left` and positive `padding-left` was written for the fallback-grid present prior to...

So the problem with this is that margin gets added to the outer-width of a box and thereby making it impossible to declare `width: 50%` like it is done now...

not yet, i have a lot of other stuff on my plate and the change as a whole is non-trivial. if you want to take a stab at it, feel...

Assuming you have this markup (and no custom `$hagrid-item-selector` set, it defaults to `> *` inside the selector you called `@include g` on): ``` html Item 1 Item 2 Item...

nice work @mmjaeger, I will take a shot at it this weekend and link you in the PR in case you want to review it. The only open question is...

Thanks for the input! I'm leaning towards solving this via the item mixin as it would enable fine-grained configuration (setting wide gutters for big screens only), does not require another...

@renatocarvalho that is very nice to hear, glad that it is useful! yes, old versions will be available via npm/yarn. I will set aside some time to make v4.0 happen...

@kcoderhtml the class for an Copilot inline suggestion is `class="mtk1 ghost-text-decoration"` for me. You can inspect transient DOM elements by e.g. halting the app with a `debugger` after a delay...

I took a quick stab at this and was able to get it to work on individual posts. It turned out to be harder than I expected on the home...

Sounds good, do you want to tackle it? Happy to review the PR