mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-06 03:16:59 -06:00
wails project init
This commit is contained in:
8
frontend/tailwind.config.js
Executable file
8
frontend/tailwind.config.js
Executable file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./src/**/*.{html,js}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user