mirror of
https://github.com/pixel-point/animate-text.git
synced 2026-09-14 20:07:09 +08:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
import plugin from 'tailwindcss/plugin';
|
|
|
|
export default plugin(({ matchVariant }) => {
|
|
matchVariant('part', (part) => `&::part(${part})`);
|
|
});
|