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
In the example:
# Styles Main structural styling: body { padding: 50px; font: 14px Helvetica; } Some other stuff: button { padding: 15px; }
yields:
"styles": { "body { padding": "50px;\n font: 14px Helvetica;\n}", "button { padding": "15px;\n}" }
This is not the result we want, but it should be an array (or list).
The text was updated successfully, but these errors were encountered:
3dab24d
No branches or pull requests
In the example:
yields:
This is not the result we want, but it should be an array (or list).
The text was updated successfully, but these errors were encountered: