Setting up tailwinds-css for the options page

This commit is contained in:
Ryan Breen
2023-01-23 23:03:02 -05:00
parent 7537109c92
commit 25da1d0cab
10 changed files with 1472 additions and 8 deletions

8
tailwind.config.js Normal file
View File

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