
package.src.css.var.rboxStyle.js Maven / Gradle / Ivy
define( [
"./cssExpand"
], function( cssExpand ) {
"use strict";
return new RegExp( cssExpand.join( "|" ), "i" );
} );
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
define( [
"./cssExpand"
], function( cssExpand ) {
"use strict";
return new RegExp( cssExpand.join( "|" ), "i" );
} );