Samuel Cormier-Iijima
Samuel Cormier-Iijima
I have a proof-of-concept PR that implements this here: https://github.com/prettier/prettier/pull/13260. It hard-codes specific properties to always wrap if they have more than one value. (Notably, I skipped font-family since as...
Note that since it looks at the property, it won't apply to SASS variables.
It seems like this might need some more discussion as to the preferred behavior - I've narrowed down the two primary decisions that would need to be made. ### 1....
> Personally, I prefer "always". Thanks @fisker - can you clarify here? You mean option 1.a and 2.b? > Another thing, where should we put `!important`? Right now (in the...
That could work as well as an alternative for #2 where it doesn't require special-casing the property names.
> For this, we need more tests. Definitely - I also have a small thing to fix in the implementation first. Just wanted to make sure that this was a...
@fisker I think this PR needs a design decision before I can move forward - I'd be curious to hear your thoughts on https://github.com/prettier/prettier/issues/6024#issuecomment-1209580521.
Note that as a workaround you can pass a `unit` option to `toRelativeCalendar` if you know which unit you'd like to have it use: ``` DateTime.local(2022, 8, 1).toRelativeCalendar({ base: DateTime.local(2022,...
The remaining failing tests are unrelated and seem to be due to changes in the latest version of graphql-python.
Ping @syrusakbary