Adding support for bower and reorganizing so when its used via bower it will be manageable for a dev.
This commit is contained in:
5
bower_components/jquery/src/css/var/rnumnonpx.js
vendored
Normal file
5
bower_components/jquery/src/css/var/rnumnonpx.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
define([
|
||||
"../../var/pnum"
|
||||
], function( pnum ) {
|
||||
return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
|
||||
});
|
||||
Reference in New Issue
Block a user