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

7 lines
159 B
CSS
Raw Normal View History

2021-02-26 19:53:56 +00:00
div { width: calc(100% / 4); }
div { margin-top: calc(-120% - 4px); }
div {
height: -webkit-calc(9/16 * 100%)!important;
width: -moz-calc((50px - 50%)*2);
}