Sha256: 117d29d9d345cc918f661cd3cd50342cf883af805a0a43e0f3c365031277e146

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

(function (window) {
  'use strict';

  var patternfly = {
    version: "3.42.0"
  };

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

  window.patternfly = patternfly;

})(window);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
patternfly-sass-3.43.0 dist/js/patternfly-settings-base.js
patternfly-sass-3.42.0 dist/js/patternfly-settings-base.js