UNPKG

trading-platform-template

Version:

CLI tool to create a new Trading Platform project template

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