Advertisement · 728 × 90

Posts by Manuel

Preview
GitHub - elixir-dbvisor/sql: Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries. Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries. - elixir-dbvisor/sql

Brings an extensible SQL parser and sigil to Elixir, confidently write SQL with automatic parameterized queries.

github.com/elixir-dbvis...

#ElixirLang

1 year ago 12 3 0 0

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...)

1 year ago 1 0 0 0

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`

1 year ago 1 0 1 0

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`

1 year ago 1 0 1 0

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

1 year ago 16 1 1 0