国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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

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