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