From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- docs/tailwind.config.js | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 docs/tailwind.config.js (limited to 'docs/tailwind.config.js') diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js deleted file mode 100644 index 43a26d3..0000000 --- a/docs/tailwind.config.js +++ /dev/null @@ -1,44 +0,0 @@ -const colors = require("tailwindcss/colors"); - -module.exports = { - content: [ - "./components/**/*.{js,tsx}", - "./nextra-theme-docs/**/*.{js,tsx}", - "./pages/**/*.{md,mdx,tsx}", - "./theme.config.js", - ], - theme: { - extend: { - fontFamily: { - sans: [`"Inter"`, "sans-serif"], - "space-grotesk": ["Space Grotesk", "monospace"], - mono: [ - "Menlo", - "Monaco", - "Lucida Console", - "Liberation Mono", - "DejaVu Sans Mono", - "Bitstream Vera Sans Mono", - "Courier New", - "monospace", - ], - }, - colors: { - dark: "#000", - gray: colors.neutral, - blue: colors.blue, - orange: colors.orange, - green: colors.green, - red: colors.red, - yellow: colors.yellow, - }, - screens: { - sm: "640px", - md: "768px", - lg: "1024px", - betterhover: { raw: "(hover: hover)" }, - }, - }, - }, - darkMode: "class", -}; -- cgit v1.2.3-70-g09d2