Use case-sensitive attribute selectors

PHOTO EMBED

Thu Jun 17 2021 11:45:19 GMT+0000 (Coordinated Universal Time)

Saved by @hisam #css

[data-type='primary' s] {
  color: red;
}

content_copyCOPY

You can use case-sensitive attribute selectors by adding an s operator to your attribute selector.