mirror of
https://lavaforge.org/spotizerr/spotizerr.git
synced 2025-12-23 18:29:13 -05:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
import tailwindcss from "@tailwindcss/postcss";
|
|
|
|
export default {
|
|
plugins: [tailwindcss],
|
|
};
|