mirror of
https://github.com/atom/atom.git
synced 2026-01-26 23:38:48 -05:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
.syntax--source.syntax--css {
|
|
|
|
// highlight properties/values if they are supported
|
|
.syntax--property-name,
|
|
.syntax--property-value {
|
|
color: @mono-2;
|
|
&.syntax--support {
|
|
color: @mono-1;
|
|
}
|
|
}
|
|
|
|
}
|