Skip to content

Commit ba1fcf6

Browse files
committed
Add styles
1 parent e7d994c commit ba1fcf6

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.scalafmt.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

scala-js/.scalafmt.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version = "3.7.15"
2+
runner.dialect = scala213

scala-js/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
body {
2+
font-family: system-ui;
3+
}
4+
#textOutput {
5+
white-space: pre-wrap;
6+
}

scala-js/text-counter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5+
<link href="style.css" />
56
<title>Text Counter Application in Scala.js</title>
67
</head>
78
<body>

0 commit comments

Comments
 (0)