mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
/* eslint-disable no-undef */
|
|
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
mode: "jit",
|
|
darkMode: "class",
|
|
content: ["./**/*.tsx"],
|
|
plugins: [],
|
|
};
|