diff --git a/apps/edr-landing/postcss.config.js b/apps/edr-landing/postcss.config.js index 8295cf501..af6bf4c63 100644 --- a/apps/edr-landing/postcss.config.js +++ b/apps/edr-landing/postcss.config.js @@ -7,4 +7,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -}; \ No newline at end of file +}; diff --git a/apps/edr-passenger-web/backoffice/postcss.config.js b/apps/edr-passenger-web/backoffice/postcss.config.js index 8567b4c40..12a703d90 100644 --- a/apps/edr-passenger-web/backoffice/postcss.config.js +++ b/apps/edr-passenger-web/backoffice/postcss.config.js @@ -3,4 +3,4 @@ module.exports = { tailwindcss: {}, autoprefixer: {}, }, -}; \ No newline at end of file +}; diff --git a/apps/edr-passenger-web/portal/postcss.config.js b/apps/edr-passenger-web/portal/postcss.config.js index 8295cf501..af6bf4c63 100644 --- a/apps/edr-passenger-web/portal/postcss.config.js +++ b/apps/edr-passenger-web/portal/postcss.config.js @@ -7,4 +7,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -}; \ No newline at end of file +};