source: frontend/postcss.config.js@ 3ebe47c

Last change on this file since 3ebe47c was 44a42b8, checked in by Andrej <asumanovski@…>, 5 months ago

Set up tailwind

  • Property mode set to 100644
File size: 92 bytes
Line 
1export default {
2 plugins: {
3 "@tailwindcss/postcss": {},
4 autoprefixer: {},
5 },
6};
Note: See TracBrowser for help on using the repository browser.