Skip to content

Commit b69f1a1

Browse files
committed
Add a style for CSS classes.
1 parent 0c1b1f8 commit b69f1a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/_code.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@
9696
.z-ts.z-variable.z-property {
9797
color: var(--color-code-property);
9898
}
99+
100+
.z-css.z-class {
101+
color: var(--color-code-string);
102+
}

0 commit comments

Comments
 (0)