feat: redesign superadmin agencies list, implement flat design, add date filters, and fix UI bugs
This commit is contained in:
12
front-end-agency/tailwind.config.js
Normal file
12
front-end-agency/tailwind.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const sharedPreset = require("./tailwind.preset.js");
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
const config = {
|
||||
presets: [sharedPreset],
|
||||
content: [
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user