UNPKG

@pierrehrt/create-content-builder

Version:

CLI tool to create content builder projects

9 lines (7 loc) 135 B
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, }, }; export default config;