Skip to content
Anthony Short edited this page Aug 15, 2010 · 2 revisions

This extension uses the standard @import rule to combine files together to reduce HTTP requests.

Usage

This extension will override the standard @import rules by finding the file and replacing the rule with the actual contents of the file. Any @import syntax will work:

@import 'path/to/file.css';
@import url('path/to/file.css');

The paths are relative to the file the rule is in. If a file can’t be found, the rule will be left untouched. Media queries will, obviously, be ignored.

Settings

This extension has no settings.

Hooks

This extension has no hooks.