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

@@ -13,7 +13,7 @@ body {
-moz-osx-font-smoothing: grayscale;
line-height: $typographic-base-line-height;
margin: 0 0 0 calc(100vw - 100%);
text-rendering: optimizeLegibility;
text-rendering: optimizelegibility;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
@@ -148,11 +148,6 @@ figcaption {
text-align: center;
}
.anchor {
margin-left: -30px !important;
padding-right: 14px !important;
}
@include breakpoint-sm {
figure.float-left,
figure.float-right {