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

less-1.7.1.min.js not working with Lesshat mixin library 3.0 #2058

Closed
rahul-letzgrow opened this issue Jun 18, 2014 · 2 comments
Closed

less-1.7.1.min.js not working with Lesshat mixin library 3.0 #2058

rahul-letzgrow opened this issue Jun 18, 2014 · 2 comments

Comments

@rahul-letzgrow
Copy link

I am using bootstrap 3.1 with lesshat mixin library. The prefixed mixin library gets successfully imported, but on calling these mixins with any value the library generates default values.

.btn1 { .lh-transition(all 0.3s ease-in-out); }

With Less1.7.1.min.js
.btn1 {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

With Less1.7.0.min.js
.btn1 {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

Does this depends on the type of less library ?.
Looking forward for a solution

@vkbansal
Copy link

Please have a look at #2057

@lukeapage
Copy link
Member

closing as dupe. will release soon.

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