super-godot-galaxy / tailwind.config.js
HugoDzz's picture
feat: add smg build
0dd88bc
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {
fontFamily: {
Hellovetica: ["Hellovetica"]
},
},
},
plugins: [],
};