wingrunr21 / flat-ui-sass

Designmodo's Flat-UI ported to SASS with support for Flat-UI Pro
MIT License
156 stars 44 forks source link

Sass Compilation Failed!: unbound variable $flat-ui-sass-asset-helper #38

Closed fareez-ahamed closed 9 years ago

fareez-ahamed commented 9 years ago

I get this error when using Gulp sass to compile flat-ui-sass. I'm using laravel-elixir which inturn uses gulp sass internally to compile

Am I missing something here?

wingrunr21 commented 9 years ago

I haven't tested this against node-sass so that is possibly the problem. Are you using master or 2-2-support?

fareez-ahamed commented 9 years ago

I used Bower to pull it... ~2.1.3 is the version according to by bower.json

fareez-ahamed commented 9 years ago

This is due to fact that I missed to explicitly import variables file, but I get different error in node sass, which I will open as a separate issue... Closing this...

q2amarket commented 9 years ago

I am having the same issue. I am using. Any resolution to this error? I have install the gem so I have no idea which branch it is loading.

wingrunr21 commented 9 years ago

Which issue? This issue was due to an error made by the user.

0xycvv commented 9 years ago

rake aborted! Sass::SyntaxError: Undefined variable: "$flat-ui-sass-asset-helper". Sass::SyntaxError: Undefined variable: "$brand-primary".

I am using 2-2-support and I follow the instruction

@import 'bootstrap-sprockets';
@import 'flat-ui-sprockets';
@import 'flat-ui/variables';
@import 'bootstrap';
@import 'flat-ui';

How to get rid of it?

smshin7 commented 9 years ago

I am also having this issue during a bundle exec rake assets:precompile

Sass::SyntaxError: Undefined variable: "$brand-primary".