Less Utils.
@author Kris Wallsmith <kris.wallsmith@gmail.com>
Expanded class hierarchy of LessUtils
abstract class LessUtils extends CssUtils {
const REGEX_IMPORTS = '/@import(?:-once)? (?:url\\()?(\'|"|)(?P<url>[^\'"\\)\\n\\r]*)\\1\\)?;?/';
const REGEX_IMPORTS_NO_URLS = '/@import(?:-once)? (?!url\\()(\'|"|)(?P<url>[^\'"\\)\\n\\r]*)\\1;?/';
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CssUtils:: |
public static | function | Extracts all references from the supplied CSS content. | |
CssUtils:: |
public static | function | Filters all IE filters (AlphaImageLoader filter) through a callable. | |
CssUtils:: |
public static | function | Filters all CSS imports through a callable. | |
CssUtils:: |
public static | function | Filters all references -- url() and "@import" -- through a callable. | |
CssUtils:: |
public static | function | Filters all CSS url()'s through a callable. | |
CssUtils:: |
constant | |||
CssUtils:: |
constant | |||
CssUtils:: |
final private | function | ||
LessUtils:: |
constant |
Overrides CssUtils:: |
||
LessUtils:: |
constant |
Overrides CssUtils:: |