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

SCSS interpreter in attribute lost $ #306

Open
fisker opened this issue Feb 20, 2025 · 2 comments
Open

SCSS interpreter in attribute lost $ #306

fisker opened this issue Feb 20, 2025 · 2 comments

Comments

@fisker
Copy link

fisker commented Feb 20, 2025

require('postcss-selector-parser')(node => console.dir(node.nodes[0].nodes[0].attribute)).processSync('[#{$b}]')

// '#{b}'

#{$b} is expected.

@alexander-akait
Copy link
Collaborator

@fisker Yeah, looks like a bug, do you want to send a fix?

@fisker
Copy link
Author

fisker commented Feb 26, 2025

I prefer someone more familar with the codebase can fix it.

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
@fisker @alexander-akait and others