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

Throwing compile errors? #170

Open
ghost opened this issue Aug 19, 2014 · 1 comment
Open

Throwing compile errors? #170

ghost opened this issue Aug 19, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 19, 2014

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 {{{

@ghost
Copy link
Author

ghost commented Aug 19, 2014

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

0 participants