// -----------------------------
// SVG
// -----------------------------

$svg-classes-map: (
  // fill
  'fill-current': (fill: currentColor),

  // stroke
  'stroke-current': (stroke: currentColor),
);
