亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

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

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