// Helpers // // Mixins and other essentials for global theme development. // General @mixin hiddentext() { text-indent: -9999px; overflow: hidden; text-decoration: none; display: block; font-size: 0; text-align: start; } @function strip-unit($value) { @return $value / ($value * 0 + 1); }