mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
.syntax--html, .syntax--jsx {
|
|
.syntax--meta {
|
|
&.syntax--tag {
|
|
&.syntax--doctype {
|
|
color: @purple;
|
|
}
|
|
}
|
|
}
|
|
|
|
.syntax--punctuation {
|
|
&.syntax--tag {
|
|
color: @cyan;
|
|
}
|
|
}
|
|
}
|