Open wesleyboar opened 7 months ago
Dependency postcss-extend is outdated, unsupported, esoteric, and causing Node warnings (see WP-280).
Replace
.x-truncate--many-lines { ... }
and
... { @extend .x-truncate--many-lines; }
With
@define-mixin x-truncate--many-lines { ... }
... { @mixin x-truncate--many-lines; }
message
truncate
untruncate
link
tabs
layout
grid
figure
center
blockquote
article-link
Goal
Background
Dependency postcss-extend is outdated, unsupported, esoteric, and causing Node warnings (see WP-280).
Direction
Reference
Replace
and
With
and