Include positioning stylesheet in root Vue comp.
This commit is contained in:
7
src/styles/positioning.scss
Normal file
7
src/styles/positioning.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.flex {
|
||||
display: flex;
|
||||
|
||||
&-column {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user