Mark | Description |
---|---|
✅ | Public functions, mixins, placeholders, and variables |
❌ | Private items - not supported outside package's build |
Deprecated items - may not be available in future releases |
Makes SVGs accessible in high contrast mode
Source code
@mixin carbon--icons() {
@media screen and (-ms-high-contrast: active) {
svg {
fill: ButtonText;
}
}
}
- Group: @carbon/icons
- Links: