keycloak-theme/welcome/common/resources/node_modules/patternfly/dist/js/patternfly-functions-base.js

7 lines
198 B
JavaScript
Raw Normal View History

2022-02-22 16:53:26 +08:00
// Util: definition of breakpoint sizes for tablet and desktop modes
(function ($) {
'use strict';
if (patternfly !== undefined) {
$.pfBreakpoints = patternfly.pfBreakpoints;
}
}(jQuery));