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

SCSS files do not include -webkit-animation prefixes #73

Closed
jordanpotter opened this issue Nov 27, 2014 · 2 comments
Closed

SCSS files do not include -webkit-animation prefixes #73

jordanpotter opened this issue Nov 27, 2014 · 2 comments

Comments

@jordanpotter
Copy link

I'm not quite sure how the CSS files have -webkit-animation prefixes, but looking at the code the SCSS variant doesn't.

I'm importing SpinKit into my SASS project via @import 'spinkit'; however nothing is animating in webkit because of the missing prefix 😢

@jacobsvante
Copy link
Collaborator

You need to use autoprefixer in your project. If you're compiling your SCSS with gulp you can use gulp-autoprefixer or if you use grunt then grunt-autoprefixer. I'll document this in a while.

@jacobsvante
Copy link
Collaborator

There 7dfb3cc

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