H
H
hobu4ok912016-12-14 08:54:07
css
hobu4ok91, 2016-12-14 08:54:07

How to configure sass to add cross-browser prefixes when compiling to css?

Maybe there is some other option not to bother with prefixes?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ukolov, 2016-12-14
@alexey-m-ukolov

In order not to bother with prefixes, you need to use autoprefixer , which has nothing to do with sass.

V
Vladimir Io, 2016-12-14
@vawsan

Install an autoprefixer, which will not add styles to you in the editor, but which will take all the combined files and add them for compatibility. Process in any builder after the process of gathering style bundles and before minification.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question