mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
WIP: Simple test panel for mobile phones.
This commit is contained in:
parent
a79da7c6f9
commit
55dc67a0ac
9 changed files with 1185 additions and 0 deletions
12
panels/test_panel/tailwind.config.js
Normal file
12
panels/test_panel/tailwind.config.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html", // Ensure this path is correct
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
preflight: false,
|
||||
mode: "jit",
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue