Initial Files

This commit is contained in:
2020-09-06 00:28:53 +02:00
parent 84d095af3e
commit 3006f04cf4
554 changed files with 603120 additions and 0 deletions

View 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);