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

SASS version, wrong colors #82

Open
kdisneur opened this issue May 17, 2015 · 1 comment
Open

SASS version, wrong colors #82

kdisneur opened this issue May 17, 2015 · 1 comment

Comments

@kdisneur
Copy link

I tried to use Bootflat in my project. So in my main SASS I have:

@import "bootstrap";
@import "bootflat";

// All my code here

But, basically, all the alerts, buttons,... doesn't have the good color. They use the bootstrap one. To fix this issue, I tried to replace @at-root &-primary by &btn-primary in the following place: https://github.com/bootflat/bootflat.github.io/blob/master/bootflat/scss/bootflat/_button.scss#L102

It seems to work on my local environment.

I would like to know if I am the only one with this issue? Is it because of my SASS version? If I run sass --version, the version is set to Sass 3.4.9 (Selective Steve)

Thanks for your help,

@MAvoss
Copy link

MAvoss commented Sep 26, 2015

unsubscribe

On 5/17/2015 3:05 AM, Kevin Disneur wrote:

I tried to use Bootflat in my project. So in my main SASS I have:

@import "bootstrap";
@import "bootflat";

// All my code here

But, basically, all the alerts, buttons,... doesn't have the good
color. They use the bootstrap one. To fix this issue, I tried to
replace |@at-root &-primary| by |&btn-primary| in the following place:
https://github.com/bootflat/bootflat.github.io/blob/master/bootflat/scss/bootflat/_button.scss#L102

It seems to work on my local environment.

I would like to know if I am the only one with this issue? Is it
because of my SASS version? If I run |sass --version|, the version is
set to |Sass 3.4.9 (Selective Steve)|

Thanks for your help,


Reply to this email directly or view it on GitHub
#82.

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