// vf-link

@import 'package.variables.scss';
// Debug information from component's `package.json`:
// ---
/*!
 * Component: #{map-get($componentInfo, 'name')}
 * Version: #{map-get($componentInfo, 'version')}
 * Location: #{map-get($componentInfo, 'location')}
 */

.vf-link {
  @include inline-link;
}

[disabled] {
  cursor: not-allowed;
  pointer-events: all !important;
}

// examples only
.vf-link--visited { color: $vf-link--visited-color !important; }
.vf-link--hover { color: $vf-link--hover-color !important }
