Is there a way to use variables when importing partials using SASS? Something like the following:
$version = 'MDB-4.5.14';
@import "core/" + $version + "/bootstrap/functions";
I will have multiple themes that will import portions of MDB and I don't want to have to updated all of the paths for each client every time I updated MDB.