A
A
Anton Schultz2020-02-28 00:56:15
gulp.js
Anton Schultz, 2020-02-28 00:56:15

Is there a plugin that turns css code into cross browser?

Is there a plugin in Galpa that takes native csscode and adds extensions to it for the rest?
For example, when
transition:1s;
he sees it below him, he will add more

-webkit-transition: 1s;
-moz-transition:1s;
-o-transition:1s;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Lyskov, 2020-02-28
@MrAnderson1999

autoprefixer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question