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