diff src/changes.txt @ 10:2606bfb75529

CSS cleanup
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Aug 2022 00:51:26 -0600
parents 9159df67520a
children 933a459aa182
line wrap: on
line diff
--- a/src/changes.txt	Sun Aug 07 00:19:52 2022 -0600
+++ b/src/changes.txt	Sun Aug 07 00:51:26 2022 -0600
@@ -1,6 +1,8 @@
 changes, most recent at top
 
 
+CSS cleanup.  Avoiding CSS includes is wrong for the same reason that minification is wrong.
+
 Changing icons required including a javascript file and setting the "icons" option.  This is confusing so I got rid of the "icons" option.  And I added icons/famfamfam.js as an option which is the default.
 
 Added examples/min.html and fixed defaults of 'style', 'width', and 'height'.  'width' defaults to 600 and 'height' defaults to 300.  The dimensions of the textarea aren't used.  This guarantees a reasonable default.