refactor(starter): upgrade and move to typescript

This commit is contained in:
Alexander Shelepenok
2022-04-16 14:25:55 +00:00
parent 67ebabbaac
commit 50a99f57f7
156 changed files with 5350 additions and 7173 deletions

View File

@@ -4,11 +4,11 @@
.page {
@include margin-bottom(2);
&__inner {
padding: 25px 20px;
.inner {
@include padding(1, 0.75, 0);
}
&__title {
.title {
font-size: $typographic-base-font-size * 2.5;
font-weight: 600;
@include line-height(2);
@@ -16,7 +16,7 @@
@include margin-bottom(1.45);
}
&__body {
.body {
font-size: $typographic-base-font-size;
@include line-height(1);
@include margin(0, 0, 1);
@@ -27,8 +27,8 @@
.page {
lost-column: 7/12;
&__inner {
padding: 30px 20px;
.inner {
@include padding(1.25, 0.75, 0);
}
}
}
@@ -37,8 +37,8 @@
.page {
lost-column: 2/3;
&__inner {
padding: 40px 35px;
.inner {
@include padding(1.5, 1, 0);
}
}
}