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 · 1 comment
Open

SCSS interpreter in attribute lost $ #306

fisker opened this issue Feb 20, 2025 · 1 comment

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.

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