Still new to scss, but I am having an issue with this scss (see attached).
The page wont load. It seems to be haing an issue with the "is-time" function call on line 64:
@if is-time($timing-function) and not $delay { $delay: $timing-function; $timing-function: false; $has-delays: true; }
As a side note, how do you debug exactly what the issue is? I would like to be of more help than just posting scss
Comments: If you try to use the Compass, then it never work, because Compass != Sass. For the Compass need a completely different compiler.
The page wont load. It seems to be haing an issue with the "is-time" function call on line 64:
@if is-time($timing-function) and not $delay { $delay: $timing-function; $timing-function: false; $has-delays: true; }
As a side note, how do you debug exactly what the issue is? I would like to be of more help than just posting scss
Comments: If you try to use the Compass, then it never work, because Compass != Sass. For the Compass need a completely different compiler.