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