UNPKG

mdui

Version:

a CSS Framework based on material design

8 lines (7 loc) 170 B
import $ from 'mdui.jq/es/$'; import 'mdui.jq/es/methods/each'; $.fn.reflow = function () { return this.each(function () { return this.clientLeft; }); };