Hey there, I'm diving into the world of SASS and coding, so I'd appreciate constructive feedback as I'm self-taught.
After compiling my html, css, and sass files using Codekit, I keep encountering this error:
Libsass: Error: Invalid CSS after "...blic domain) */": expected 1 selector or at-rule, was "*/ {}"
on line 3 of Users/MargaretBowen/Desktop/Code/better code/_reset.sass
>> License: none (public domain) */
-----------------------------------^
To improve my skills, I've been following a tutorial (https://www.youtube.com/watch?v=gDsPH0Zt8Qw#t=3.356712) and tried implementing a reset code from GitHub (https://gist.github.com/hcatlin/1027867) to avoid issues with Codekit!
It seems like something isn't quite working as intended. In my sass file, I have only one line '@import reset' while my _reset.sass file contains the code from GitHub. Even restarting the server in Codekit didn't resolve the issue.
// Imports
@import reset