Files
release11-tools/Frontend/postcss.config.js
Mikolaj Widla 971cc5f36a merge new tools (#244)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Co-authored-by: Adam Bem <bema@noreply.example.com>
Reviewed-on: #244
2023-09-05 11:15:20 +02:00

8 lines
112 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}