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

No default config in version 2.2.1? #12

Closed
jembezmamy opened this issue Oct 10, 2014 · 2 comments
Closed

No default config in version 2.2.1? #12

jembezmamy opened this issue Oct 10, 2014 · 2 comments

Comments

@jembezmamy
Copy link

Prefixes are not generated unless I configure browsers settings.

Default config:

activate :autoprefixer

...produces:

animation: arrow 1s linear infinite;

But when I define browsers (here I use default Autoprefixer browser list):

activate :autoprefixer do |config|
  config.browsers = ['> 1%', 'last 2 versions','Firefox ESR','Opera 12.1']
end

...it works:

-webkit-animation: arrow 1s linear infinite;
animation: arrow 1s linear infinite;

Am I doing something wrong? I thought calling activate without block should use default Autoprefixer configuration.

@porada
Copy link
Contributor

porada commented Oct 14, 2014

I thought calling activate without block should use default Autoprefixer configuration.

Yup, that should be the case. I’ll look into it.

@porada porada closed this as completed in 289fc18 Oct 18, 2014
@porada
Copy link
Contributor

porada commented Oct 18, 2014

It’s fixed now in v2.2.2. Thanks for reporting this. 🍻

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