PHPWord/vendor/sabberworm/php-css-parser/tests/files/calc-nested.css
2021-02-26 12:53:56 -07:00

5 lines
84 B
CSS

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