Sha256: 2f5fd1e929b19978b9062a2c4848311fd08bfb7a37b1354c8b9c7891d2936e6e

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

(function (window) {
  'use strict';

  var patternfly = {
    version: "3.54.7"
  };

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

  window.patternfly = patternfly;

})(typeof window !== 'undefined' ? window : global);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patternfly-sass-0.0.0.pre.semantically.pre.released dist/js/patternfly-settings-base.js