I'm using:
- Bootstrap v3.1.1 with Less
- Gulp with less@1.7.5
forms.less:
line-height: @line-height-base ~"\0";
style.css:
line-height: 1.42857143 \0;
- what means the statement ~"\0" ?
- what goes wrong?
Thanks a lot for your attention.
I'm using:
forms.less:
line-height: @line-height-base ~"\0";
style.css:
line-height: 1.42857143 \0;
Thanks a lot for your attention.