CSS Import Resolver resolves the @import url(...); statements in input CSS files (by replacing the @import statement with the actual content of the linked CSS) and creates a huge CSS output (written to STDOUT by default). Including the combined CSS in your Web pages will improve the performance of a site by avoiding additional HTTP roundtrips.
| Tags | CSS performance Web Optimization |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | Java Runtime Environment |
| Implementation | Java 1.5+ |