A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 36811c66ea8861375d11c411069c8b9e599453f2 9 lines 177 B view raw
1module.exports = { 2 plugins: { 3 // NOTE: Order matters here 4 "postcss-import": {}, 5 "postcss-custom-properties": {}, 6 tailwindcss: {}, 7 autoprefixer: {}, 8 }, 9}