Issue #2611162 by NickWilde: CssCollectionOptimizer comment typo fix

8.1.x
xjm 2015-11-21 19:03:53 -06:00
parent a34dfb2250
commit 14e0ed5c7d
1 changed files with 1 additions and 1 deletions

View File

@ -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);