source: postcss.config.mjs@ 997d094

Last change on this file since 997d094 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
RevLine 
[65f7b64]1const config = {
2 plugins: ["@tailwindcss/postcss"],
3};
4
5export default config;
Note: See TracBrowser for help on using the repository browser.