DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
944 stars 150 forks source link

[BUG] My CSS is too powerful for the current syntax highlighter #749

Closed madprops closed 11 months ago

madprops commented 11 months ago

v1.81.1

css2345

madprops commented 11 months ago
.item > div:nth-child(1 of :not(.hidden))  {
  padding-left: var(--item_margin);
}

.item > div:nth-last-child(1 of :not(.hidden)) {
  padding-right: var(--item_margin);
}
madprops commented 11 months ago

Wrong repo oops.