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.

ParseError: Unrecognised input in with « DIV { width: 500px\9 } »

See original GitHub issue

Parsing success with :

DIV {
    width: 500px\9;
}

ParseError: Unrecognised input in with :

DIV { width: 500px\9 }

You can found this syntax in https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css

Issue Analytics

  • State:open
  • Created 9 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
machiaveli88commented, Jul 26, 2016

https://github.com/less/less.js/issues/1538 has been an issue for me while importing bootstrap4 css as less reference (bootstrap4 has no less dist any more).

@import (less, reference) "~bootstrap/dist/css/bootstrap.css";
 @ /node_modules/bootstrap/dist/css/bootstrap.css (line 4475, column 31)
 near lines:

   @media screen and (min-width: 0\0) {
     .progress {

This really seems like a bug, any estimate when this could get a fix @seven-phases-max @lukeapage ? Thanks!

0reactions
ekonekocommented, Jul 26, 2016

Now DIV { left: 500px\9 } is ok, but DIV { left: -500px\9 } still failed

Read more comments on GitHub >

github_iconTop Results From Across the Web

LESS ParseError: Unrecognised input - css - Stack Overflow
I played around a bit and it seems that this always happens when there is a comma separated list as parameter and any...
Read more >
LESS Parse Error Unrecognised input - Adding new font
Hi Yootheme. yoo_gusto 1.0.2. Warp Framework 7.3.8. I want to add my own font to the Gusto theme (impact.ttf) as i need to...
Read more >
Assigned To - Wikimedia Phabricator
ParseError : Unrecognised input in . ... I fixed it by escaping the input per Less documentation, but I am unsure if this...
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