Open Props: sub-atomic styles

PHOTO EMBED

Fri Dec 10 2021 12:18:06 GMT+0000 (Coordinated Universal Time)

Saved by @MiaFolio #css #open-props

.op-icon-p {
  stroke: var(--indigo-2);
  @nest a:hover & { stroke: var(--indigo-1); }

  @nest [data-theme="light"] & {
    stroke: var(--indigo-9);
    @nest a:hover & { stroke: var(--indigo-8); }
  }
}
content_copyCOPY

https://open-props.style/#cdn