Closed rhythmspice closed 8 years ago
Experiencing the same issue.
Rails 4.1.1
compass-rails 1.1.7
Have you guys found a solution ? I've got the same problem...
No, had to move on!
On Jan 12, 2016, at 11:37 AM, Pierrick TURELIER notifications@github.com wrote:
Have you guys found a solution ? I've got the same problem...
— Reply to this email directly or view it on GitHub https://github.com/Compass/compass-rails/issues/252#issuecomment-170968154.
In my case, the problem was because I was importing the mixin before Compass. But yours seems a bit more complicated than that.
I also had to drop it and move on, but i will try again double-check that my imports are in the correct order.
Still doesn't seem to be working for me. :/
Why this issue closed?
Hi,
I am on Rails 4.1.1 w/ sass-rails 4.0.3, and compass-rails (no version specified in gem file).
I am trying to use (2) mixins : border-radius and display-flex
in my dashboard.css.scss file, I do:
That is the only import statement for compass (as I understand it, that should bring in all the main mixins).
@include border-radius(5px) works fine. @include display-flex; does not work.
If I have this code:
Then I get this error:
...
If I have this code:
Then: I get this error:
Help much appreciated - spent all day on this; no luck with anything.