♻ refactor: Remove apps/docs

This commit is contained in:
Wanjohi
2024-09-05 19:27:33 +03:00
parent 168be939a6
commit 1555dd7ab2
43 changed files with 0 additions and 950 deletions

View File

@@ -1,12 +0,0 @@
// import colors from "tailwindcss/colors";
import baseConfig from "@nestri/ui/tailwind.config";
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./{src,components,app}/**/*.{ts,tsx,html}",
"../../packages/ui/src/**/*.{ts,tsx}",
],
presets: [baseConfig],
plugins: [],
};