patternfly-settings-base.js

17 lines | 275 B Blame History Raw Download
(function (window) {
  'use strict';

  var patternfly = {
    version: "3.41.6"
  };

  // definition of breakpoint sizes for tablet and desktop modes
  patternfly.pfBreakpoints = {
    'tablet': 768,
    'desktop': 1200
  };

  window.patternfly = patternfly;

})(window);