Skip to content
New issue

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

Type Error on the http://less.github.io/features.html#comments page #1829

Closed
Ankita-Shodhan opened this issue Jan 24, 2014 · 2 comments
Closed

Comments

@Ankita-Shodhan
Copy link

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");
}
@SomMeri
Copy link
Member

SomMeri commented Jan 24, 2014

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.

@seven-phases-max
Copy link
Member

Thanks! Already fixed in the master (less/less-docs@570b05a)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants