UNPKG

saas-landing-page-template

Version:

CLI tool to create a new SaaS Landing Page project template

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