Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.
github.com/elixir-dbvis...
#ElixirLang
Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.
github.com/elixir-dbvis...
#ElixirLang
Then, remove the npm stuff again (`rm -rf assets/{node_modules,package.json,package-lock.json}`) and follow the [Phoenix/Tailwind upgrade instructions](github.com/phoenixframe...)
Then, run the Tailwind upgrade tool. This needs to happen in the project's root directory:
`cd ... && npx @tailwindcss/upgrade --config assets/tailwind.config.js --force`
First, install the npm version of Tailwind v3, including the plugins referenced in your Tailwind config. This needs to happen in your assets directory.
`cd assets && npm install tailwindcss@v3.4.17 @tailwindcss/cli @tailwindcss/forms @tailwindcss/typography`
If you want to upgrade Tailwind to V4 in your existing Phoenix app, and use Tailwind's automatic upgrade helper, here's what worked for me:
#ElixirLang