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

"content" property is always enclosed in "" #58

Open
bitplanets opened this issue Dec 17, 2014 · 3 comments
Open

"content" property is always enclosed in "" #58

bitplanets opened this issue Dec 17, 2014 · 3 comments

Comments

@bitplanets
Copy link

for example:

content   : 'attr(data-label)',

renders as

content: "attr(data-label)";

instead of

content: attr(data-label);

Is not easy to fix this issue...

@chenglou
Copy link
Owner

Maybe you're aware but the code's added here by #19

@crm416

@bitplanets
Copy link
Author

I'm not but this is still an issue..

@jaredly
Copy link

jaredly commented Mar 12, 2015

Maybe something like content: {attr: 'data-label'} could disambiguate?

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