A
A
Andrej Sharapov2018-11-23 10:39:57
css
Andrej Sharapov, 2018-11-23 10:39:57

How do you feel about flex in grids?

Subject) The
question is purely informational. Have you seen such a combination and how do you feel about it?
For example:

.container {
    display: grid;
    .items {
        display: flex;
        &-2 {
            float: right;
        }
    }
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
coderxx, 2018-11-23
@coderxx

I'll tell you more - that's how it was intended.

A
A person from Kazakhstan, 2018-11-23
@LenovoId

same as for float in flex

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question