Javi Aguilar

Results 70 comments of Javi Aguilar

@faultyserver Fair enough, I think it's good to focus on standard CSS first. Also IMHO SCSS will eventually become redundant (once nested CSS is widely supported and many other cool...

@tivac some years late, but I created a fork that actually does this https://itsjavi.com/css-grid-playground/

I use `pnpm update --latest` to upgrade all deps in my `package.json`, then I clean up node_modules and run `bun install`. I don't know if there is a cleaner way...

@silvenon that's right. I guess I got confused (lack of sleep :D). What I tried to say is that it seems there is no way to update the package.json after...

IMHO the latest version should be the beta, not the alpha. When I run `pnpm update --latest` It reverts to the alpha version even if I specify `"@tanstack/react-virtual": "3.0.0-beta.54",` the...

Things like library configs can get very complicated when you work with monorepos (specially tailwind and storybook... where's the right place to put them?), but IMHO they make you split...

The facts that Sass is adopting standard CSS nesting rules, and that [functions/mixins are coming to CSS](https://css.oddbird.net/sasslike/mixins-functions/) are good reasons enough to focus only on CSS. So because how everything...

Thanks for the effort in this fork, but how am I supposed to install it via npm/pnpm? I keep getting the old 2.4.2 version. Are the instructions [on the website](https://regorxxx.github.io/chroma.js/)...

I confirm I still find this issue in 8.6.0 ```json { "private": true, "dependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.0.0", "eslint": "^8.41.0", "eslint-config-next": "13.4.2", "eslint-config-prettier": "^8.8.0", "eslint-config-turbo": "^1.9.9", "eslint-plugin-react": "^7.32.2", "eslint-plugin-vitest": "^0.1.5", "husky":...

I use aws-vault too, but my problem was that I had `AWS_PROFILE` env var manually set. After removing it, it worked.