PHPWord/vendor/sabberworm/php-css-parser/tests/files/calc-nested.css
2023-04-06 11:14:49 -06:00

5 lines
84 B
CSS
Executable File

.test {
font-size: calc((3 * 4px) + -2px);
top: calc(200px - calc(20 * 3px));
}