UNPKG

create-dstack-app

Version:

Init a project with DStack, a front-end tech stack.

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