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

Problem in generation of class (mixing + classes) #97

Closed
mamcx opened this issue Aug 6, 2010 · 1 comment
Closed

Problem in generation of class (mixing + classes) #97

mamcx opened this issue Aug 6, 2010 · 1 comment

Comments

@mamcx
Copy link

mamcx commented Aug 6, 2010

I have this mixin:

.button_icon (@img) {
   background-image: url(@img);
}

And this classes:

.save {
  .button_icon("../static/img/icons/icon_save.png");
}

.delete {
   .button_icon("../static/img/icons/icon_delete.png");
}

But when the css is builded, the "delete" class is generated with the info of the "save". So, delete is generated as:

.delete{
  .button_icon("../static/img/icons/icon_save.png");
}
@cloudhead
Copy link
Member

I think this was fixed a while ago. If not, please re-open issue.

This issue was closed.
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

2 participants