Ticket #2528078 (closed enhancement)

Reporter


John Schulz
Opened: 12/13/10
Last modified: 12/12/12
Status: closed
Type: enhancement
Resolution: wontfix

Owner


Adam Moore
Target Release:
Priority:
Summary: Support for @import
Description:

It would extremely helpful if YUICompressor would inject any

@import
ed files into the current CSS file.

See http://www.google.com/search?q=css+import+performance for some of the performance benefits of doing this.

Ideally


@import url("a.css");
@import url("b.css");
/* Code which uses a.css & b.css */

would become


/* CSS from a.css */
/* CSS from b.css */
/* Code which uses a.css & b.css */

Type: enhancement Observed in Version: development master
Component: YUICompressor Severity: S3 (normal)
Assigned To: Adam Moore Target Release:
Location: Priority:
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Jenny Donnelly

YUI Developer

Posted: 12/12/12
  • resolution changed to wontfix
  • status changed from new to closed

Thank you for your bug report. We are deprecating YUI Compressor in favor of yuglify. Please see our announcement for more information: http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/. We will consider migrating these legacy tickets to GitHub if there are community maintainers willing to step up and own them.