Sha256: 9105c053daaf89a682ecccc96c4cf4322df49fbe19c6be8743fc6212684a7e8a
Contents?: true
Size: 365 Bytes
Versions: 13
Compression:
Stored size: 365 Bytes
Contents
$remBase: 16 !default; @function px-to-rems($size: 24) { $value: ($size / $remBase) * 1rem; @return $value; } // //We use this function to calculate the toolbars position //and width for different positions // //$width - the width from which to set the arrow position @function calculate-toolbar-arrow-position($width: 7px) { @return $width * 2 * -1; }
Version data entries
13 entries across 13 versions & 1 rubygems