Include positioning stylesheet in root Vue comp.

This commit is contained in:
2020-09-06 14:20:27 +02:00
parent a30dc2a419
commit 8268efe625
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.flex {
display: flex;
&-column {
flex-direction: column;
}
}