javascript - Is there any tool that can automatically add prefixes to css3 styles? It needs to be the simplest one and doesn't know sass less.
给我你的怀抱
给我你的怀抱 2017-05-16 13:27:26
0
4
647

Is there any tool that can automatically add prefixes to css3 styles? It should be the simplest one and does not know sass less

给我你的怀抱
给我你的怀抱

reply all(4)
習慣沉默

Webstorm has the function of automatically adding prefixes, which can be set according to needs (webstorm is relatively heavy-duty, you can choose an ide such as sublimetext, and then install the autoprefixer plug-in)


小葫芦

For editors: Look for the autoprefixer plug-in, which can automatically add some compatibility prefixes when you save

The rest has to be coordinated with some front-end tools. It should be the easiest to start with the editor.

洪涛

You can search for the autoprefixer plug-in. There are installation tutorials all over the Internet

巴扎黑

I use Autoprefixer under sublime, but I need to set up a node environment first. When entering, remember to set the shortcut Key Bindings

[

{ "keys": ["ctrl+alt+shift+p"], "command": "autoprefixer" }

]

Select the code to be prefixed and press the shortcut key
It was also installed just now

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