-
Notifications
You must be signed in to change notification settings - Fork 169
Error while compile SASS using grid name on CSS Grid #40
Comments
hi, possibly update the sass.js to 0.10.9 (this ships with 0.10.5) in:
I couldn't get it to find my scss files because it prefixes them with /sass in the path... I am not going to symlink /sass to the root though, I'm going back to ruby-sass on the command line. |
Found a workaround that includes using the unquote function and it successfully compiled.
Hope this helps and is fixed in a future update. |
This error still occurs |
Sorry for late. I started working again for this project. Can anyone please paste the code block which is not working? |
grid-template-columns: [main-start] 1fr [content-start] 1fr [content-end] 1fr [main-end]; |
Sorry, this is a library issue. This extension is depended on SassLib is fixed this issue from 3.5.x. But the problem is that I was trying to upgrde the |
Building the lib using Travis CI (Mac Build) may work. I've to spend more time. |
This issue has been fixed from v3.0.0. Please let know if it's still not working. |
I have similar issue. I get compilation errors. I guess this issue is not fixed yet. |
I want to use grid names for specify my CSS Grid, but when I have to compile it gave me an error.
The code it works, because I put it on my css file without compile and simply works.
Thank you.
The text was updated successfully, but these errors were encountered: