[Rt-commit] r5671 - in CSS-Squish: lib/CSS
trs at bestpractical.com
trs at bestpractical.com
Fri Jul 28 12:21:22 EDT 2006
Author: trs
Date: Fri Jul 28 12:21:22 2006
New Revision: 5671
Modified:
CSS-Squish/ (props changed)
CSS-Squish/lib/CSS/Squish.pm
Log:
r14861 at zot: tom | 2006-07-28 12:20:53 -0400
Fix typo and clarify a point
Modified: CSS-Squish/lib/CSS/Squish.pm
==============================================================================
--- CSS-Squish/lib/CSS/Squish.pm (original)
+++ CSS-Squish/lib/CSS/Squish.pm Fri Jul 28 12:21:22 2006
@@ -31,7 +31,7 @@
I<improving> compatibility in Internet Explorer, which ignores
media-specific @import rules but understands @media rules.
-It is possible that feature versions will include methods to compact
+It is possible that future versions will include methods to compact
whitespace and other parts of the CSS itself, but this functionality
is not supported at the current time.
@@ -225,7 +225,8 @@
At the current time, comments are not skipped. This means comments happening
before @import statements at the top of a file will cause the @import rules
to not be parsed. Make sure the @import rules are the very first thing in
-the file (and only one per line).
+the file (and only one per line). Processing of @import rules stops as soon
+as the first line that doesn't match an @import rule is encountered.
Only direct @import loops (i.e. where a file imports itself) are checked
and skipped. It's easy enough to get this module in a loop. Don't do it.
More information about the Rt-commit
mailing list