from gitlab
This commit is contained in:
7
common/resources/node_modules/patternfly/dist/js/patternfly-functions-base.js
generated
vendored
Normal file
7
common/resources/node_modules/patternfly/dist/js/patternfly-functions-base.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// Util: definition of breakpoint sizes for tablet and desktop modes
|
||||
(function ($) {
|
||||
'use strict';
|
||||
if (patternfly !== undefined) {
|
||||
$.pfBreakpoints = patternfly.pfBreakpoints;
|
||||
}
|
||||
}(jQuery));
|
Reference in New Issue
Block a user