E
E
Extramezz2015-10-01 20:21:33
css
Extramezz, 2015-10-01 20:21:33

How to use autoprefixer?

There is a regular site, without CMS, how to use autoprefixer on it?
Give instructions for dummies on how to connect it, set it up and use it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
littleguga, 2015-10-01
@Extramezz

You can use this library js
leaverou.github.io/prefixfree
Or, as mentioned above - gulp + autoprefixer for it

S
Sergey, 2015-10-01
Protko @Fesor

npm install --global postcss-cli autoprefixer
postcss --use autoprefixer *.css -d build/

https://github.com/postcss/autoprefixer#cli

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question