UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

7 lines 198 B
// Util: definition of breakpoint sizes for tablet and desktop modes (function ($) { 'use strict'; if (patternfly !== undefined) { $.pfBreakpoints = patternfly.pfBreakpoints; } }(jQuery));