UNPKG

mdui

Version:

a CSS Framework based on material design

9 lines (8 loc) 240 B
import $ from 'mdui.jq/es/$'; import 'mdui.jq/es/methods/each'; $.fn.transform = function (transform) { return this.each(function () { this.style.webkitTransform = transform; this.style.transform = transform; }); };