question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incorrect CSS authoring can cause cli to fail

See original GitHub issue

@media (min-width: 1000px) { ... } missing semi colon here causes the CSS parser to fail. e.g. $ wallace https://www.gatsbyjs.org

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bartvenemancommented, Oct 1, 2022

@eloyesp This is because the css-analyzer is several major versions behind. Newer versions are very resilient to invalid CSS. I’m planning to release a new version of wallace-cli that has this latest version. Work already started in a v3 branch in this repo branch

1reaction
clanceypcommented, Feb 26, 2020

Ah yes, you’re right the CSS is broken. I’ll close this ticket.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is CSS giving error? - html - Stack Overflow
The CSS parser tries to recover after each incorrect code, so usually it will only affect the style or the rule where the...
Read more >
Handling common HTML and CSS problems - MDN Web Docs
Note: One common problem with CSS and HTML arises when different CSS rules begin to conflict with one another. This can be especially ......
Read more >
SXA CLI skips uploading pre-optimized-min.css.map, says ...
It throws up a warning like DevTools failed to load source map: Could not parse content for https://main.mysite.localho.st/-/media/Themes/ ...
Read more >
Tasks in Visual Studio Code
Integrate with External Tools via Tasks. Lots of tools exist to automate tasks like linting, building, packaging, testing, or deploying software systems.
Read more >
Styling Form Inputs in CSS With :required, :optional, :valid and
CSS. Default avatar. By Alligator.io. Developer and author at DigitalOcean. ... We can use the :required , :optional , :valid and :invalid ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found