Micro CSS
CSS utils for lightweight components development.
//include all css methodsvar css = ; //or include only submodulesvar offset = ;var padding = ; //Apply set of css rules to an element, automatically prefixed.//Numbers are automatically converted to `px`.; //Get style property value, properly prefixed.; //Get absolute offsets relative to the document, including `position: fixed` detection.css; //Get element paddings.css; //Get element margins.css; //Get element border widths.css; //Parse units value.css; //Set & unset element selectability.cssselection;cssselection; //Current browser CSS prefixes object.cssprefix; //A scrollbar size.cssscrollbar; //Whether element is in fixed element or is fixed itself.css; //Whether document has horizontal (x) or vertical (y) scrollbar.css;css; //Whether element is in the viewport.css; //Parse translate3d property of an element, if any.css;