Do Not Use postcss-extend
#340
Labels
changes
Changes user-facing behavior
deprecates
Flags user-facing behavior for removal
refactor
Re-writes/structures code but retains behavior
Goal
Background
Dependency postcss-extend is outdated, unsupported, esoteric, and causing Node warnings (see WP-280).
Direction
We could automate with postcss-classes-to-mixins, but uninstall after migration.
Reference
Replace
.x-truncate--many-lines { ... }
and
With
@define-mixin x-truncate--many-lines { ... }
and
... { @mixin x-truncate--many-lines; }
The text was updated successfully, but these errors were encountered: