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

Allow the use of all autoprefixer options #125

Merged
merged 1 commit into from
Mar 24, 2016
Merged

Allow the use of all autoprefixer options #125

merged 1 commit into from
Mar 24, 2016

Conversation

nikita-graf
Copy link

There is no way currently to pass external stats file to autoprefixer, since everything except browsers property is omitted. I wanted to setup it like so:

[require('enb-stylus/techs/stylus'), {
    autoprefixer: {
        browsers: [
            '> 0.5% in my stats'
        ],
        stats: myCustomStat
    }
}]

This PR solves this issue.

@qfox
Copy link
Contributor

qfox commented Mar 24, 2016

👍

@blond
Copy link
Member

blond commented Mar 24, 2016

@nikita-graf, thanks!

@blond blond merged commit d167a93 into enb:master Mar 24, 2016
@blond
Copy link
Member

blond commented Mar 24, 2016

Fixed in v2.3.2.

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

Successfully merging this pull request may close these issues.

3 participants