8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
package testcssexpression
|
|
|
|
css className() {
|
|
background-color: #ffffff;
|
|
max-height: calc(100vh - 170px);
|
|
color: { red };
|
|
}
|