B
B
Beaver Nubyar2015-12-19 15:49:13
css
Beaver Nubyar, 2015-12-19 15:49:13

How to prefix flex items to atom?

I apologize for the stupid question, but I can not find it on the Internet.
How to prefix flex properties in Atom? I try on command
-ju
but it fails

-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;

UPD: Thanks for the replies. I heard about the autoprefixer, but atom sets the rest of the prefixes. I thought maybe he can use flex. Thanks again

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail Osher, 2015-12-19
@miraage

The answer is a little off topic, but I highly recommend using preprocessors and an autoprefixer - you will be very happy.

P
Pavel Radkov, 2015-12-19
@paulradzkov

Install "Autoprefixer" plugin for Atom https://github.com/sindresorhus/atom-autoprefixer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question