Skip to content

Commit 8e657a0

Browse files
committed
Commit 54
- Documentation
1 parent 4e23e87 commit 8e657a0

21 files changed

+40
-495
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## 3.1.3 (2021-10-20)
5+
6+
Changes:
7+
8+
* Documentation
9+
10+
411
## 3.1.2 (2021-08-24)
512

613
Changes:

dev/sandbox/var-test.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<link rel="stylesheet" type="text/css" href="../../docs/css/print.css" />
6+
<link rel="stylesheet" type="text/css" href="../../docs/css/print.min.css" />
77
<link rel="stylesheet" type="text/css" href="../../docs/css/docs.css" />
88
<link rel="stylesheet" type="text/css" href="../takefive-dev.css" />
99
<title>Take Five! &ndash; CSS var() test</title>
1010
<style>
1111
:root {
12+
1213
/* Do your hacks here! */
1314

1415

@@ -74,6 +75,7 @@
7475

7576
/* Adaptive small icon size */
7677
--take5-apt-glyphsize: 7vmin; /* absolute values only */
78+
7779
}
7880
</style>
7981
</head>

0 commit comments

Comments
 (0)