mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-10 01:25:48 -05:00
Fix broken build
This commit is contained in:
@@ -36,5 +36,3 @@ export function useScheduleTypes() {
|
||||
|
||||
return { types };
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ const plugin = require("tailwindcss/plugin");
|
||||
module.exports = {
|
||||
content: [
|
||||
'./index.html',
|
||||
'./src/**/*.{vue,js}',
|
||||
'./src/**/*.{vue,js,mjs}',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
|
||||
Reference in New Issue
Block a user