lost
lost copied to clipboard
LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.
**What kind of change is this? (Bug Fix, Feature...)** Fix **What is the current behavior (You can also link to an issue)** It's breaking params for the rules that are...
**What kind of change is this? (Bug Fix, Feature...)** Enhancement **What is the current behavior (You can also link to an issue)** `@lost gridUnit vw` didn't do anything **What is...
I found this aspect of the docs misleading: > Nesting is simple. There is no context required. I think I it would be more accurate if it read: > Nesting...
See https://github.com/peterramsing/lost/pull/214
As stated in the header.
The issue for #423 **Is this a feature request or a bug report?** Feature **What is the current behavior?** Only one param for Lost Waffle **If it's a bug please...
**Is this a feature request or a bug report?** Bug. **What is the current behavior?** Using `lost-column: none;` to reset a Lost element results in float-specific CSS being generated, even...
**Is this a feature request or a bug report?** Chore **What is the current behavior?** Working lib **If it's a bug please provide the steps to reproduce it and maybe...
Perhaps this is a dumb question, but I couldn't find the answer after a precursory look through the docs. Is there a way to change the global gutter width at...
Take a look here: https://github.com/peterramsing/lost/blob/9ebffd08e1687e1c869f42a57185978fd3fff977/lib/lost-row.js#L83-L93 The same body is used in both the `if` and the `else` clause. What is happening? Isn't that some kind of mistake?