@use "Svg" as *;
@use "Text";

.cxs-text-anchor-middle {
   text-anchor: middle;
}

.cxs-text-anchor-right {
   text-anchor: end;
}
