ParseError: Unrecognised input in with « DIV { width: 500px\9 } »
See original GitHub issueParsing 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:
- Created 9 years ago
- Comments:13 (8 by maintainers)
Top 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 >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
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).
This really seems like a bug, any estimate when this could get a fix @seven-phases-max @lukeapage ? Thanks!
Now
DIV { left: 500px\9 }
is ok, butDIV { left: -500px\9 }
still failed