@ twind / cli ] 安装 从npm安装: # Using npm npm install @twind/cli # Using Yarn yarn add @twind/cli 用法 # Find all htm,html,js,jsx,tsx,svelte,vue,mdx files and print generated CSS twind # Write CSS to a file twind -o public/styles.css # Use custom globs twind ' src/**/*.jsx ' ' public/**/*.html ' # Watch mode twind -w # Generate beautified css file twind -b # Use different twind config (esm or cjs) tw