hastur icon indicating copy to clipboard operation
hastur copied to clipboard

Attribute selector matching

Open robinlinden opened this issue 9 months ago • 0 comments

https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors

Needed for variable lookup on github.com as the color variables are set up like

[data-color-mode="auto"][data-light-theme="light"] {
  --somevar: #123;
}

robinlinden avatar May 03 '24 22:05 robinlinden