rsnext/packages/create-next-app/templates/app-tw/js
Balázs Orbán 645be74efd
feat(cna): remove autoprefixer from default templates (#55725)
### What?

Removing `autoprefixer` from the default Tailwind CSS templates. (It can
be installed afterward)

### Why?

After some investigation by @timneutkens, `autoprefixer` seems to
introduce some compilation overhead

### How?

Removing `autoprefixer` from the auto-installed dependency list, it
would be up to the developer to install this plugin if they need it.

[Slack
thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1695288906722539)
2024-02-05 14:22:47 -05:00
..
app chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
public fix(cli): unify styles/content of templates (#47294) 2023-03-20 15:33:44 -07:00
.env.example feat: add self-documenting .env.example file (#56469) 2023-10-12 21:55:14 +00:00
eslintrc.json feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
gitignore Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
jsconfig.json feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
next.config.mjs chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
postcss.config.js feat(cna): remove autoprefixer from default templates (#55725) 2024-02-05 14:22:47 -05:00
README-template.md create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00
tailwind.config.js chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00