We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 cannot currently use the :extend syntax to extend styles which are applied using an "interpolated" selector. For example:
:extend
@className: test; .@{className}{ background-color: red; } .otherClass:extend(.test){}
Is this a bug? Or simply a side effect of the class name interpolation?
The text was updated successfully, but these errors were encountered:
Sorry, looks like I've found a discussion of the problem here: https://stackoverflow.com/questions/19602812/less-mixin-a-variable-class-name
Sorry, something went wrong.
That issue is tracked here: #1539 . In short, it is an open feature request, but the discussion contains also workaround.
No branches or pull requests
LESS cannot currently use the
:extend
syntax to extend styles which are applied using an "interpolated" selector. For example:Is this a bug? Or simply a side effect of the class name interpolation?
The text was updated successfully, but these errors were encountered: