Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead #122

Open
crixusshen opened this issue Mar 18, 2016 · 2 comments

Comments

@crixusshen
Copy link

"Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead"

I execute the command, console will appear after this warning, I have not found the options can be configured in the debug, how take out???

The following is my configuration:

autoprefixer: {
  options: {
                diff: false,
                browsers: ['ios 5', 'android 2.3']
            },
            server: {
                options: {
                    map: true
                },
                files: [{
                    expand: true,
                    cwd: '.tmp/styles/',
                    src: '**/*.css',
                    dest: '.tmp/styles/'
                }]
            },
            dist: {
                files: [{
                    expand: true,
                    cwd: '.tmp/styles/',
                    src: '**/*.css',
                    dest: '.tmp/styles/'
                }]
            }
        }
@ai
Copy link

ai commented Mar 19, 2016

Use grunt-postcss with autoprefixer instead of grunt-autoprefixer.

@crixusshen
Copy link
Author

thanks ^_^

在 2016年3月19日,下午2:30,Andrey Sitnik notifications@github.com 写道:

Use grunt-postcss with autoprefixer instead of grunt-autoprefixer.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #122 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants