Skip to content

Instantly share code, notes, and snippets.

@PixelHeadsLtd
Created November 17, 2025 18:01
Show Gist options
  • Select an option

  • Save PixelHeadsLtd/5e4733d2480787166c1e839b3a6cf0e5 to your computer and use it in GitHub Desktop.

Select an option

Save PixelHeadsLtd/5e4733d2480787166c1e839b3a6cf0e5 to your computer and use it in GitHub Desktop.
Migrated gist (migrated)
.text-info {color: _palette(aa-light-blue-100) !important}
.text-error {color: _palette(aa-red-100) !important}
.text-warning {color: _palette(aa-orange-100) !important}
.text-success {color: _palette(aa-green-100) !important}
.text-bold {font-family: _font(family-bold) !important}
.text-semi-bold {font-family: _font(family-medium) !important}
.text-regular {font-family: _font(family-regular) !important}
.text-default {font-family: _font(family-default) !important}
.text-light {font-family: _font(family-light) !important}
.text-italic, .italic {font-style: _font(style-italic) !important}
.strikethrough {text-decoration: line-through !important}
.size-xxxl {font-size: _font(size-xxxlarge) !important}
.size-large, .font-size-large {font-size: _font(size-large) !important}
.size-medium, .font-size-medium {font-size: _font(size-medium) !important}
.size-regular, .font-size-regular {font-size: _font(size-regular) !important}
.size-default, .font-size-default {font-size: _font(size-default) !important}
.size-small, .font-size-small {font-size: _font(size-small) !important}
.font-size-xsmall {font-size: _font(size-xsmall) !important}
.font-size-tiny {font-size: _font(tiny) !important}
.decoration-underline {text-decoration: underline!important}
.decoration-none {text-decoration: none!important}
.wrap {white-space: normal!important; flex-wrap: wrap;}
.nowrap {white-space: nowrap!important; flex-wrap: nowrap;}
.break-word {word-break: break-word!important;}
.flex-nowrap {flex-wrap: nowrap!important;}
// will need to set a max-width in conjunction with .ellipsis
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment