scottishgovernment / mygov-assets

Web components for Scottish public sector websites
MIT License
10 stars 3 forks source link

Allow over-ride to base directory path for all images #3

Closed David-Way closed 6 years ago

David-Way commented 6 years ago

Currently the images path variable is not override-able.

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/

/* Sets the base directory path for all images - relative to where the compiled CSS is located */
$images-path: '../images/';

Suggested change:

$images-path: '../images/' !default;