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

Add @{escapedVariable} in selector functionality - selector interpolation #57

Closed
SomMeri opened this issue Dec 14, 2012 · 2 comments
Closed
Milestone

Comments

@SomMeri
Copy link
Owner

SomMeri commented Dec 14, 2012

(~"h1 @{escapedVariable}") syntax is deprecated in less.js. They will use @{escapedVariable} placed directly in the selector.

New syntax needs to be implemented and the old one should remain working and produce warning.

Less.js references:

@SomMeri
Copy link
Owner Author

SomMeri commented Dec 17, 2012

Sub-tasks:

  • warning on deprecated (~"syntax"),
  • warning on deprecated @variable as pseudo class parameter,
  • strict parsing - mixins references must not allow interpolation.

@SomMeri
Copy link
Owner Author

SomMeri commented Dec 18, 2012

Implemented including warnings and strict parsing.

@SomMeri SomMeri closed this as completed Dec 18, 2012
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

1 participant