Some more CSS styling for the options page.

This commit is contained in:
Ryan Breen
2023-01-25 00:14:15 -05:00
parent b6acf27087
commit 83cf21e5f5
6 changed files with 284 additions and 90 deletions

View File

@@ -1,8 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./Shared (Extension)/Resources/*.{js,html}'],
content: ['./Shared (Extension)/Resources/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
plugins: [require('@tailwindcss/forms')],
};