mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-05 23:16:48 -06:00
9 lines
148 B
JavaScript
Executable File
9 lines
148 B
JavaScript
Executable File
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ["./src/**/*.{html,js}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|