css.less 218 B

1234567891011
  1. .syntax--source.syntax--css {
  2. // highlight properties/values if they are supported
  3. .syntax--property-name,
  4. .syntax--property-value {
  5. color: @mono-2;
  6. &.syntax--support {
  7. color: @hue-6-2;
  8. }
  9. }
  10. }