TODO: deprecate CSS containers

Co-authored-by: mfo <mfo@users.noreply.github.com>
This commit is contained in:
Colin Darie 2022-10-10 19:12:52 +02:00
parent 03de58c7e2
commit 59b9ae5c46

View file

@ -9,7 +9,7 @@
background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, $light-grey 50%, $light-grey 100%);
}
.columns-container {
.columns-container { // TODO: https://github.com/betagouv/demarches-simplifiees.fr/issues/7882, once implemented, we won't need container anymore
@extend %container;
display: flex;
flex-direction: column;