5 lines
84 B
CSS
Raw Normal View History

2021-02-26 12:53:56 -07:00
.test {
font-size: calc((3 * 4px) + -2px);
top: calc(200px - calc(20 * 3px));
}