blob: 902c01085c0d407f007e1003355c75c8f778313e [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001define( [
2 "./cssExpand"
3], function( cssExpand ) {
4 "use strict";
5
6 return new RegExp( cssExpand.join( "|" ), "i" );
7} );