Naman Goel

Results 403 comments of Naman Goel

@tjosepo Yes, this is a known issue. You're welcome to take a crack at it, but I wouldn't say it's the easiest issue to tackle!

You need to add `default: null` to all the object values. That said, it looks like you're trying to merge this style with base styles which is not supported. This...

This is a known issue which is why the NextJS example in the repo does this: ```json "clean": "rimraf .next", "predev": "npm run clean", "prebuild": "npm run clean", ``` I've...

This is a known issue. Duplicate of #135. Added `textDecorationThickness` to list of missing properties. Will fix this tomorrow.

@millnut This is a known issue and we will eventually overhaul the ESLint plugin with a proper parser. I have been [working on one](https://github.com/nmn/css-value-parser)

@SukkaW If your implementation works more reliably than the hacky plugin we have currently, I would love a PR to make it the official implementation going forward. In the meantime,...

@rayan1810 Sorry for the churn, but could you rebase this again? I'm getting ready to merge this.

@rayan1810 Yeah, I can add validation after merging using the same framework as I'm using otherwise. Remember to rebase onto the `release/v0.5.0` branch.

@rayan1810 Thanks! I'll take from here.