mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-21 12:24:25 +00:00
chore: update frontend folder
This commit is contained in:
8
frontend/extension/tailwind.config.js
Normal file
8
frontend/extension/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable no-undef */
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
mode: "jit",
|
||||
darkMode: "class",
|
||||
content: ["./**/*.tsx"],
|
||||
plugins: [],
|
||||
};
|
Reference in New Issue
Block a user