A simple NextJS app that streams Langserve (python) streamings on NextJS frontend, using a hook to make it clean on components, and api call to hide backend apis and calls. - langserve-nextjs/tailwind.config.ts at main · dbonates/langserve-nextjs
tailwind.config.js Original file line numberDiff line numberDiff line change @@ -77,17 +77,10 @@ module.exports = { borderRadius: '0.25rem', }, hr: { borderColor: theme('colors.gray.200') }, 'ol li::before': { fontWeight: '600', color: theme('colors.gray.500'), },...
ESLint config for Next.js apps with additional rules for TypeScript, TailwindCSS, Vitest, React Testing Library and more. Latest version: 1.2.0, last published: a year ago. Start using @stsiarzhanau/eslint-config-nextjs-typescript in your project by runn
CS Magic 项目的共享 TailwindCSS 配置。安装npm install --save-dev @cs-magic/tailwindcss-config # 或 yarn add -D @cs-magic/tailwindcss-config使用在你的 tailwind.config.js 中:module.exports = { // 使用预设配置 presets: [require('@cs-magic/tailwindcss-config')], // 添加你自己的配置来覆...
nextjs-learning / tailwind.config.ts tailwind.config.ts1.60 KB 一键复制编辑原始数据按行查看历史 tomzhao提交于1个月前.初始化 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 importtype{Config}from"tailwindcss"; ...
Tailwind CSS Foundation Materialize CSS UIkit– with CSS Kickoff 1KB SCSS Grid 960 Grid System A CSS Framework Baseline Blueprint Css Blue Trip Cascade Framework Compass CSS3 Action Library eMastic FlaminWork Fluidable Fluid 960 Grid System ...
When you spin up a Node repo of any flavor, your root directory quickly fills with config files. For example, in the latest version of Next.js, you getnext.config.js,eslintrc.json,tsconfig.json, andpackage.json. Add styling, and you’ll havepostcss.config.jsandtailwind.config.jstoo. ...
一段时间后,我开始创建.configs/eslint.xxx.config.js 各个目录的eslint通过import公共部分来减少工作量。这确实有一定收益。 接着,我开始为: dev文件(eslint.xxx.config.js,vite.config.js,tailwind, webapck等这些 开发配置文件)写eslint.dev.config.base.js ...
Fix React version check when dependency is a URL - Details Sync peer dependency versions when releasing Parcel - Details Fix Tailwind in SASS - Details Don't run Gzip and Brotli compressors in development - Details Use level 9 Zlib compression by default - Details[...
$'], }, ], '@gitlab/vue-no-undef-apollo-properties': 'error', '@gitlab/tailwind-no-interpolation': 'error', '@gitlab/vue-tailwind-no-interpolation': 'error', '@gitlab/tailwind-no-max-width-media-queries': 'error', '@gitlab/vue-tailwind-no-max-width-media-queries': 'err...