this feature was only partially implemented (parsing) and the syntax was not ideal so this commit removes it entirely
25 lines
331 B
CSS
25 lines
331 B
CSS
span {
|
|
&.base-type {
|
|
--col: 108, 233, 108;
|
|
}
|
|
|
|
&.arg {
|
|
--col: 103, 192, 224;
|
|
}
|
|
|
|
&.frame-column {
|
|
--col: 216, 231, 81;
|
|
}
|
|
|
|
&.frame-type {
|
|
--col: 231, 46, 40;
|
|
}
|
|
|
|
&.function {
|
|
--col: 215, 103, 224;
|
|
}
|
|
|
|
&.parameter {
|
|
--col: 103, 192, 224;
|
|
}
|
|
} |