Ricky de Laveaga
Ricky de Laveaga
While waiting for [Homebrew’s formula to update to 2.0.2](https://github.com/Homebrew/homebrew-core/pull/194836), I installed with `curl` and figured out adding `:$HOME/.deno/bin` [to my path](https://github.com/denoland/deno_install/blob/master/shell-setup/src/main.ts#L399) easily enough. In “Configure Bash shell completion” section of...
Seems like in [Automatic Migration](https://sass-lang.com/documentation/breaking-changes/import/#automatic-migration) section of **Breaking Change: `@import` and global built-in functions,** it would make more sense to recommend `npx`: ```shellsession npx sass-migrator module --migrate-deps your-entrypoint.scss ``` Over...