Initial Files
This commit is contained in:
16
common/resources/node_modules/patternfly/dist/js/patternfly-settings-base.js
generated
vendored
Normal file
16
common/resources/node_modules/patternfly/dist/js/patternfly-settings-base.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
(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);
|
||||
Reference in New Issue
Block a user