Answer the question
In order to leave comments, you need to log in
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;
Answer the question
In order to leave comments, you need to log in
The answer is a little off topic, but I highly recommend using preprocessors and an autoprefixer - you will be very happy.
Install "Autoprefixer" plugin for Atom https://github.com/sindresorhus/atom-autoprefixer
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question