seedling/source/ui/postcss.config.js
Roman Jaroš 1a17cb4f5d
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
Replace UI module with Next.js
2023-12-28 21:58:08 +00:00

5 lines
192 B
JavaScript

const configPath = require.resolve('./src/styles/tailwind.config.ts');
module.exports = {
plugins: ['postcss-import', 'tailwindcss/nesting', ['tailwindcss', configPath], 'autoprefixer'],
};