UI v2 playground (#2569)

This commit is contained in:
Zane
2025-05-19 07:45:42 -07:00
committed by GitHub
parent 41c67eb2c3
commit 093be54d36
37 changed files with 16627 additions and 0 deletions

9
ui-v2/postcss.config.js Normal file
View File

@@ -0,0 +1,9 @@
/* eslint-env node */
/** @type {import('postcss').Config} */
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};