Issue #2611162 by NickWilde: CssCollectionOptimizer comment typo fix
parent
a34dfb2250
commit
14e0ed5c7d
|
@ -116,7 +116,7 @@ class CssCollectionOptimizer implements AssetCollectionOptimizerInterface {
|
|||
}
|
||||
// Per the W3C specification at
|
||||
// http://www.w3.org/TR/REC-CSS2/cascade.html#at-import, @import
|
||||
// rules must proceed any other style, so we move those to the
|
||||
// rules must precede any other style, so we move those to the
|
||||
// top.
|
||||
$regexp = '/@import[^;]+;/i';
|
||||
preg_match_all($regexp, $data, $matches);
|
||||
|
|
Loading…
Reference in New Issue