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

[Sass|SCSS] Using double quotes within interp causes parse error #239

Open
bgriffith opened this issue Nov 8, 2016 · 0 comments
Open

[Sass|SCSS] Using double quotes within interp causes parse error #239

bgriffith opened this issue Nov 8, 2016 · 0 comments

Comments

@bgriffith
Copy link
Collaborator

bgriffith commented Nov 8, 2016

Using double quotes with an interp within an attribute selector causes a parse error.

The following code causes an error:

[attr="foo #{"bar"}"] { p:v }

While the following code is ok:

.foo {
 content: "foo #{"bar"}";
}
@bgriffith bgriffith changed the title [SCSS] Using double quotes within interp causes parse error [Sass|SCSS] Using double quotes within interp causes parse error Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant