Repository URL to install this package:
|
Version:
0.0.13 ▾
|
// grabs the native css variable from the global sass map
@function var($variable) {
@return map-get($variables, $variable);
}