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-settings-base.js
2022-03-16 04:56:18 +01:00

17 lines
316 B
JavaScript

(function (window) {
'use strict';
var patternfly = {
version: "3.59.3"
};
// definition of breakpoint sizes for tablet and desktop modes
patternfly.pfBreakpoints = {
'tablet': 768,
'desktop': 1200
};
window.patternfly = patternfly;
})(typeof window !== 'undefined' ? window : global);