Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Couldn't deal with the nested mixin declaration #10

Open
dragonation opened this issue Jul 28, 2014 · 2 comments
Open

Couldn't deal with the nested mixin declaration #10

dragonation opened this issue Jul 28, 2014 · 2 comments

Comments

@dragonation
Copy link

For example:

@mixin light-code-font($font-size)
{
@include font($font-size, $light-code-font-family);
}

@dragonation
Copy link
Author

There are two features missing in this sample code:

  1. Lack of support for @include in @mixin statement
  2. No evaluation for mixin reference parameters

@sabieber
Copy link
Member

Hi dragonation,

mixin support was added some time after you created the issue.
Are there still issues with it? If yes could you please close this issue and create a new one with the specific problem and example?

Thanks,
Sascha

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

No branches or pull requests

2 participants