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
Hello guys,
we're trying to compile the following code, by using your library, but, for some reason it doesn't throw any errors.
This should be an integration of your library with our code, yet we can't seem to make it throw errors if the SASS code is invalid.
Could you please assist us?
We tested with this code:
$font-stack: Helvetica, sans-serif $primary-color: #333
body font: 100% $font-stack color: $primary-color
nav ul margin: 0 padding: 0 list-style: none
li display: inline-block
a display: block padding: 6px 12px text-decoration: none
this should t throw! ??@error {{{
The text was updated successfully, but these errors were encountered:
Forgot to mention the file: https://github.com/athem/Component_AthemCode/blob/master/library/Athem/Code/Css/Sass/Compiler.php
Sorry, something went wrong.
No branches or pull requests
Hello guys,
we're trying to compile the following code, by using your library, but, for some reason it doesn't throw any errors.
This should be an integration of your library with our code, yet we can't seem to make it throw errors if the SASS code is invalid.
Could you please assist us?
We tested with this code:
$font-stack: Helvetica, sans-serif
$primary-color: #333
body
font: 100% $font-stack
color: $primary-color
nav
ul
margin: 0
padding: 0
list-style: none
li
display: inline-block
a
display: block
padding: 6px 12px
text-decoration: none
this should t
throw! ??@error {{{
The text was updated successfully, but these errors were encountered: