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
The compiled version of the following template has an empty style block:
:css div { color: red; } %div there is bug
If you add a second space at the start of line 2 (i.e., before div { ... }) then it works as expected.
div { ... }
The text was updated successfully, but these errors were encountered:
Thanks for reporting. The issue has been fixed in the Haml-Coffee parser.
Sorry, something went wrong.
That was quick :) Thanks!
No branches or pull requests
The compiled version of the following template has an empty style block:
If you add a second space at the start of line 2 (i.e., before
div { ... }
) then it works as expected.The text was updated successfully, but these errors were encountered: