javascript - How to configure browsers parameters in vscode's autoprefixer plug-in
为情所困
为情所困 2017-05-19 10:34:51
0
3
1504

The mac version of vscode has the autoprefixer plug-in installed. The default value of browsers is last 2 version. I have never found where to modify it:
=. =
ps: Either I want to ask about automated configuration such as gulp, or I simply want to ask where to change the configuration of the vscode plug-in.

为情所困
为情所困

reply all(3)
黄舟

Write it in the preferences.

小葫芦

Preferences----Settings are written in settings.json

    "autoprefixer.browsers": [
        "last 3 versions",
        "ie >= 10",
        "ie_mob >= 10",
        "ff >= 30",
        "chrome >= 34",
        "safari >= 6",
        "ios >= 6",
        "android >= 4.4"
    ],
世界只因有你

In fact, it is better to add a prefix when packaging. . . If you add it in the editor, it will look messy

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template