Add line-breaks to all file-endings
This commit is contained in:
parent
695efff492
commit
b3107eb09a
4 changed files with 4 additions and 5 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -7,4 +7,4 @@
|
||||||
"msjsdiag.debugger-for-chrome",
|
"msjsdiag.debugger-for-chrome",
|
||||||
"neilbrayfield.php-docblocker"
|
"neilbrayfield.php-docblocker"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./src/tests/**/*"
|
"./src/tests/**/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="h-100">
|
<html class="h-100">
|
||||||
<head>
|
<head>
|
||||||
|
@ -57,4 +56,4 @@
|
||||||
$Form
|
$Form
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
$tagline-font-size: $small-font-size / 2;
|
$tagline-font-size: $small-font-size / 2;
|
||||||
|
|
Loading…
Reference in a new issue