@use '_variables'; @use '_mixins'; .feed { width: 100%; a { color: #000; display: block; } } my-global-icon { @include apply-svg-color(pvar(--mainForegroundColor)); cursor: pointer; width: 100%; }