Fix broken build

This commit is contained in:
Matt Isenhower
2022-10-29 16:28:26 -07:00
parent 6360c387d6
commit 32f7502af7
2 changed files with 1 additions and 3 deletions

View File

@@ -36,5 +36,3 @@ export function useScheduleTypes() {
return { types };
}

View File

@@ -3,7 +3,7 @@ const plugin = require("tailwindcss/plugin");
module.exports = {
content: [
'./index.html',
'./src/**/*.{vue,js}',
'./src/**/*.{vue,js,mjs}',
],
theme: {
extend: {