mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
import tailwindcss from "@tailwindcss/postcss";
|
|
|
|
const config = {
|
|
plugins: [tailwindcss],
|
|
};
|
|
|
|
export default config;
|