@use "../config/_paths" as *;

@function get-image($name){
    $url:$images-path + "/en/" + $name;
    @return $url;
}