H
H
hadra2014-04-26 12:25:21
Google
hadra, 2014-04-26 12:25:21

Is there an online service that makes css code cross-browser?

Tell me a service that prescribes hacks and other crutches ... Is it real? Or is it all done by hand?
And then I got tired of adapting the 1st page for several browsers, which have 10 versions each ...

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Zachinalov, 2014-12-05
@SanDiesel

Service for automatic placement of vendor prefixes: autoprefixer.github.io
PS> this is a solution for a specific case. On my own behalf, I would like to wish many to master the build systems Grunt, Gulp, etc. , as well as some IDEs, there are no such issues with them

E
Egor Ogurtsov, 2014-04-26
@mrdubz

What hacks and crutches are we talking about? I only set parameters for border-radius and box-shadow for old mozillas and webkits, the rest is fine.

K
Konstantin Kitmanov, 2014-04-26
@k12th

leaverou.github.io/prefixfree

E
Egor Rublev, 2014-04-30
@FaloSun

Theoretically, you need to write a macro once with auto-replacement of all tags according to this principle:
line: border-box:
change to:
-webkit-border-box:
-moz-border-box:
and so on (including the line border-box:)
Macros support many text editors notepad++, sublime, etc.
Or maybe there are services, but I don’t know about them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question