Skip to content

Instantly share code, notes, and snippets.

@wpeasy
Created September 1, 2023 00:04
Show Gist options
  • Save wpeasy/9b2cb91648b30f1fadafee5c57fa8796 to your computer and use it in GitHub Desktop.
Save wpeasy/9b2cb91648b30f1fadafee5c57fa8796 to your computer and use it in GitHub Desktop.
ACSS Text Line Lengths Override
$sizes: ('xxl','xl','l','m','s','xs');
.brx-body{
@each $size in $sizes {
.text--#{$size} {
max-inline-size: var(--text-#{$size}-length);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment