Shared UI package for web, electron, and mobile. Uses subpath exports following the official shadcn monorepo template pattern. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: { "@tailwindcss/postcss": {} },
|
|
};
|
|
|
|
export default config;
|