This repository has been archived on 2024-08-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
keycloak-theme/common/resources/node_modules/patternfly/dist/js/patternfly-functions-base.js
2022-03-16 04:56:18 +01:00

7 lines
198 B
JavaScript

// Util: definition of breakpoint sizes for tablet and desktop modes
(function ($) {
'use strict';
if (patternfly !== undefined) {
$.pfBreakpoints = patternfly.pfBreakpoints;
}
}(jQuery));