/**
 * text-outline class plugin.
 *
 * The purpose of this plugin is to create a dark stroke around
 * text that doesn't quite meet contrast requirements.
 *
 * It should really only be used if you have no other way around fixing the contrast.
 */

@import "./mixins/text-outline";
@import "./utilities/text-outline";
