Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.
This repository was 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

@crixusshen

Description

@crixusshen

"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/'
                }]
            }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions