Open GoogleCodeExporter opened 8 years ago
Now I can't get either version of 2.1 to do anything but strip out all the CSS.
I've put the script line in the header, at the top just after the body tag, at
the bottom just before the /body tag with no change in results.
2.0(beta3) seems to work, but I get no difference in my page. (I'm using child
selectors). At least the CSS isn't completely stripped out.
Original comment by AzDesert...@gmail.com
on 15 Jul 2010 at 11:22
Is your CSS minified? My CSS is minified and that appears to be causing the
issue.
Original comment by jonrca...@gmail.com
on 19 Aug 2010 at 12:14
Yes it is! I am using YUI 2.8.1 from their servers, which is minified. I'll run
a test on my local server with the unminified to see if it makes a difference.
Original comment by AzDesert...@gmail.com
on 20 Aug 2010 at 3:51
[deleted comment]
Using the uncompressed versions of YUI CSS worked. See issue 273.
Something doesn't like the way YUI compressor works??
Original comment by AzDesert...@gmail.com
on 23 Aug 2010 at 1:09
Turns out that it was choking on an incomplete/skeleton @font-face declaration
in my main css file. I removed that and the minified version of Yahoo's css
seems to work ok.
For now.
Original comment by AzDesert...@gmail.com
on 26 Aug 2010 at 8:45
Original issue reported on code.google.com by
AzDesert...@gmail.com
on 9 Jul 2010 at 10:48