mirror of
https://github.com/pixel-point/animate-text.git
synced 2026-09-14 20:07:09 +08:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: ['@tailwindcss/postcss', 'postcss-nesting'],
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|