seedling/source/ui/postcss.config.js
Roman Jaroš ecc0f77704
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Replace UI module with Next.js
2023-12-29 12:09:01 +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'],
};