mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Elite Dangerous test panel.
This commit is contained in:
parent
374b03f2d1
commit
8f2b7edf42
7 changed files with 2909 additions and 0 deletions
17
panels/Elite_Dangerous/tailwind.config.js
Normal file
17
panels/Elite_Dangerous/tailwind.config.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html", // Ensure this path is correct
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
safelist: [
|
||||
{
|
||||
pattern: /^(border|bg)-(blue|red|sky|orange|lime)-(200|400|300\/40)$/,
|
||||
},
|
||||
],
|
||||
plugins: [],
|
||||
preflight: false,
|
||||
mode: "jit",
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue