We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parser can process only double quotes " in CSS property values. Single quotes ' are also usable there, e.g.:
"
'
font: 'Helvetica Neue', Helvetica, sans-serif;
Please make support for single quotes in values.
The text was updated successfully, but these errors were encountered:
I see you've already created a pull request with this change, so I'll check that out and close this.
Sorry, something went wrong.
So, did you check it? ;)
Ok, don't check this.
Better check out my own StyleDoc library respecting some of your basic concepts: https://github.com/thybzi/styledoc (and also https://github.com/thybzi/grunt-styledoc)
And recommend it, if you like it.
No branches or pull requests
Parser can process only double quotes
"
in CSS property values.Single quotes
'
are also usable there, e.g.:Please make support for single quotes in values.
The text was updated successfully, but these errors were encountered: