-
Notifications
You must be signed in to change notification settings - Fork 199
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
about animation, keyframe..etc #71
Comments
Hi! |
I have the same import rules as @sky790312 but I found out the path to
Since Also the comment in As a result @sky790312 you need to import However I'm having a hard time using this repo, I think some use cases haven't been tested and SASS compilation fails all over the place. I'll test the original repo to see what's wrong. |
This project is not actively supported. I suggested using bourbon instead. On 11 Oct 2016 7:52 PM, "Kevin Le Guillou" notifications@github.com wrote:
|
Bourbon does look to be the perfect alternative, thanks for the tip @xzyfer 👍 |
This project's goal was mostly to give the ability to keep compass and stil have a manageable REPL workflow (that doesnt take 2.5s to compile bootstrap 3). If you're aiming at modern sass i indeed advise bourbon or any other new sass 4 target framework. |
I ended up here trying to solve this (#84) because I wanted to use the latest node-sass, but overall switching to Bourbon seems a good evolution. |
Bourbon maintains, or at least used to, api compatibility with compass. On 11 Oct 2016 8:39 PM, "Kevin Le Guillou" notifications@github.com wrote:
|
i had setting ok in my project and use some mixin by import "compass/css3" or "compass"
but
i can't use some things like @include animtaion, keyframe, flex..and some mixin..
is there anything else i forgot !??
The text was updated successfully, but these errors were encountered: