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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
Ah yes, you’re right the CSS is broken. I’ll close this ticket.