Some more nice styling.

This commit is contained in:
Ryan Breen
2023-01-25 00:36:28 -05:00
parent 83cf21e5f5
commit dcc0fab5c6
6 changed files with 47 additions and 7 deletions

View File

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