diff --git a/web/themes/custom/opdavies/postcss.config.js b/web/themes/custom/opdavies/postcss.config.js index 570c449..e692481 100644 --- a/web/themes/custom/opdavies/postcss.config.js +++ b/web/themes/custom/opdavies/postcss.config.js @@ -1,10 +1,10 @@ module.exports = { - plugins: [ - require('postcss-easy-import')({ + plugins: { + 'postcss-easy-import': { extensions: ['.css', '.pcss'] - }), - require('tailwindcss'), - require('postcss-nested'), - require('autoprefixer') - ] + }, + tailwindcss: {}, + 'postcss-nested': {}, + autoprefixer: {} + } }