Switch to Nuxt

This commit is contained in:
Mikhail Oleynikov
2020-07-14 16:42:46 +03:00
parent b11d5514b9
commit 25203934e6
26 changed files with 6393 additions and 5133 deletions

View File

@@ -0,0 +1,9 @@
.columns {
display: flex;
@for $i from 1 through 4 {
.column-grow-#{$i} {
flex-grow: $i;
}
}
}