We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of:
URLs // Variables @images: "../img"; // Usage body { color: #444; background: url("@{images}}/white-sand.png"); }
It should be
URLs // Variables @images: "../img"; // Usage body { color: #444; background: url("@{images}/white-sand.png"); }
The text was updated successfully, but these errors were encountered:
Thank you, we will fix the doc.
Off-topic note: Could you please close the code into three ticks like shown here https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks ? It will be more readable and whoever has the same github username will not get emails about our conversations.
Sorry, something went wrong.
Thanks! Already fixed in the master (less/less-docs@570b05a)
No branches or pull requests
Instead of:
It should be
The text was updated successfully, but these errors were encountered: