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

ability to use "externally defined" variables in @import statements #241

Open
SomMeri opened this issue Dec 4, 2014 · 1 comment
Open

Comments

@SomMeri
Copy link
Owner

SomMeri commented Dec 4, 2014

less/less.js#1359

@Deraen
Copy link

Deraen commented Apr 14, 2016

Is this same case:

@web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700";

.web-font(@path) {
  @import url("@{path}");
}
.web-font(@web-font-path);

I'm hitting this problem with the latest Bootswatch version: https://github.com/thomaspark/bootswatch/blob/gh-pages/yeti/bootswatch.less#L5-L10

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

No branches or pull requests

2 participants