@use "../../base/border" as bo;
@use "../../base/mixins/meta-class" as mc;


@include mc.meta("qo-border-none", (border-width: bo.$border-width-none));
@include mc.meta("qo-border-sm", (border-width: bo.$border-width-sm));
@include mc.meta("qo-border-md", (border-width: bo.$border-width-md));
@include mc.meta("qo-border-lg", (border-width: bo.$border-width-lg));
