python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error evaluating function `ceil`: argument must be a number
On OSX, after I installed all of dependencies by yarn install, The webpack bundle's output keeps showing the error Error evaluating function ceil: argument must be a number.
I have no idea why this ha...

Telvin Nguyen
Votes: 0
Answers: 2
use less in html inline style
Is it possible to setup webpack, that I could use less in my html templates like:
// xy.html
<style type="text/less">
color: @myColor;
</style>
Currently the css/less part o...
elitastic
Votes: 0
Answers: 0