Skip to content
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

Closed
aolin480 opened this issue Dec 15, 2014 · 4 comments
Closed

Grid not working with omega mixin #9

aolin480 opened this issue Dec 15, 2014 · 4 comments

Comments

@aolin480
Copy link

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:

Completed in 0.720s at Mon Dec 15 2014 00:49:01 GMT-0600 (Central Standard Time) - Waiting...
>> File "scss\style.scss" changed.
Running "sass:dist" (sass) task
WARNING: The omega mixin no longer removes padding in table layouts.
C:/Ampps/www/neat.dev/scss/neat/settings/disable-warnings:9, in mixin `-neat-warn`
C:/Ampps/www/neat.dev/scss/neat/grid/omega:43, in mixin `omega`
C:/Ampps/www/neat.dev/scss/style.scss:11"
@iamlacroix
Copy link
Member

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;

@aolin480
Copy link
Author

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!

@aolin480
Copy link
Author

Yesss!!! That worked!! I can use Neat omega now with node-sass as well as Prepros 5 thanks to your port! Thanks again!!

@iamlacroix
Copy link
Member

Great! Glad it's working for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants