source: postcss.config.mjs@ 2d635ae

Last change on this file since 2d635ae was 65f7b64, checked in by stefansaveski <stefansaveski19@…>, 12 months ago

Initial commit from Create Next App

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