20.24 #Row.justify-content-start justify-content: flex-start (default)

Toggle example guides Toggle HTML markup

.sf-row.-justify-content-start

If emitted justify-content: flex-start

I am first in the markup
I am second in the markup
Html
    <div class="sf-row -justify-content-start">
       <div class="sf-row__col -col-4">
           I am <strong>first</strong> in the markup
       </div>
       <div class="sf-row__col -col-4">
           I am <strong>second</strong> in the markup
       </div>
    </div>