add v2 docs project

This commit is contained in:
Rene Haas
2022-10-14 13:37:17 +02:00
parent ff747c6fd5
commit 8f18d87d00
48 changed files with 10334 additions and 286 deletions
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
// eslint-disable-next-line global-require
presets: [require('@~local-docs/tailwind')],
content: ['**/*.{js,ts,jsx,tsx}'],
};