You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My initial reaction is to try to fix the error handling ( #180 ). It's not a glamorous feature but something that would certainly help out.
I'm not sure how I feel about the 1 / 3 syntax...it feels like having errors would be better than fixing that right now because if we fix that we're only fixing one of the many possible issues.
@diogoweb2 I'm guessing you were able to make LostGrid work with some wrangling of the build process? If this is a blocker for you (and probably others as well) then we could elevate supporting spaces.
Would you disagree that errors should be a higher priority than supporting spaces?
Hi @peterramsing and @codebysubtract, I agree the priority should be improve the error handling.
I uninstalled the stylefmt plugin and evething works as expected.
Is this a feature request or a bug report?
Feature request
What is the current behavior?
IDEs extentions to format code like https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-stylefmt adds space for lost operations, like:
lost-column: 1 / 3
I spent hours to find out the problem because webpack compiles fine and lostgrid kind of works. (it transforms the css but completely wrong)
What is the desired behavior?
Ideally space between operations would work but if this is not possible, I'd prefer to see an error msg when I compile.
What's the motivation or use-case behind changing the behavior?
Very hard to find out the issue when IDEs automatically format code.
Anything else?
Great job!
The text was updated successfully, but these errors were encountered: