-
Notifications
You must be signed in to change notification settings - Fork 9
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
Grid not working with omega mixin #9
Comments
Thanks! After some digging, it appears the syntax for a few functions in the latest Neat seem to be incompatible with libsass. I'm pushing a fix now which should hopefully resolve the issues you're having. As for the warning you received, it's just a message provided by Neat to notify you that it's behavior has slightly changed in the latest version. If you'd like to disable those warnings, add this line before you import Neat: $disable-warnings: true !global; |
Thanks Mike. I understand the warnings, I don't believe I was getting those warnings on ruby sass, just using node-sass, so I thought maybe something wasn't being parsed correctly. I will try the updated repo to see if that worked. Thanks again! |
Yesss!!! That worked!! I can use Neat omega now with node-sass as well as Prepros 5 thanks to your port! Thanks again!! |
Great! Glad it's working for you. |
I really want to start using libsass, and I just got into grunt. I did the instructions for grunt-sass and my grids are still not working correctly, and all I am doing is Automatic rows example on the neat website. I still haven't found a way to make Neat work with libsass, even when using Prepros 5 as well (it has a libsass option as well). Do you know anything about this issue? Libsass + Neat don't seem to play well at all. When I used your instructions in Grunt, I get the following issue:
The text was updated successfully, but these errors were encountered: