Taesung, Lim
Taesung, Lim
**Describe the bug** *****Pinned by {{ user }}***** text that appears around a pinned message does not get translated. **Dev environment info (please complete/provide the following information):** - Package version...
My settings: ``` { "always-semicolon": true, "block-indent": " ", "color-case": "lower", "color-shorthand": true, "element-case": "lower", "eof-newline": true, "leading-zero": false, "quotes": "single", "remove-empty-rulesets": true, "space-after-colon": "", "space-after-combinator": " ", "space-after-opening-brace": "",...
As the following screenshot shows, Sass map's key-value pairs are displayed in the same color, unlike property name- value pairs in CSS declarations. I am not sure how you guys...
In the official example of [collapsible sortable tree](https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/examples-tree-sortable--collapsible), toggling "My account" does not animate layout changes unlike toggling "Collections". I tried to fork and tweak by updating [animateLayoutChanges function](https://github.com/clauderic/dnd-kit/blob/694dcc2f62e5269541fc941fa6c9af46ccd682ad/stories/3%20-%20Examples/Tree/components/TreeItem/SortableTreeItem.tsx#L13-L14), but...
I compress my sheet using perfectionist's compact mode, and just discovered that lines like next are ignored in IE11. ``` .foo { transform: translate( -50%, -50% ); } .bar {...