Utility classes for changing an element's text shadow property.

Classes for text shadow are named using the format: [text]-[shadow]-[direction]-[value].

Where direction includes:

  • bl - for text shadow offset for bottom left.
  • br - for text shadow offset for bottom right.

Where value includes:

  • # - px value for that text-shadow property. By default, shadow classes start at 1px, and double each time until stopping at 4px.
ClassContents
text-shadow-bl-1
text-shadow-bl-2
text-shadow-bl-4

UXML

text-shadow-br-1
text-shadow-br-2
text-shadow-br-4

UXML