@use "sass:string";

@function hex-str($value) {
  @return string.unquote(string.to-lower-case("##{$value}"));
}
