blob: 902c01085c0d407f007e1003355c75c8f778313e [file] [log] [blame]
define( [
"./cssExpand"
], function( cssExpand ) {
"use strict";
return new RegExp( cssExpand.join( "|" ), "i" );
} );