Commit 9d5424b6e3ec4dd3758c5b3bfc7f125ca85e6768

Lea Verou 2021-12-22T08:03:11

Update download.html Remove "The CSS code is not minified" since now it is!

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/download.html b/download.html
index f83a415..4d51e4c 100644
--- a/download.html
+++ b/download.html
@@ -151,7 +151,7 @@ section.download {
 		<p>
 			Total filesize: <strong id="filesize"></strong> (<strong id="percent-js"></strong> JavaScript + <strong id="percent-css"></strong> CSS)
 		</p>
-		<p><strong>Note:</strong> The filesizes displayed refer to non-gizipped files and include any CSS code required. The CSS code is not minified.</p>
+		<p><strong>Note:</strong> The filesizes displayed refer to non-gizipped files and include any CSS code required.</p>
 
 		<section id="download">
 			<div class="error"></div>