PHPWord/vendor/sabberworm/php-css-parser/tests/files/calc-nested.css

5 lines
84 B
CSS
Raw Normal View History

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