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

5 lines
109 B
CSS

.test {
font: 12px/1.5 Verdana, Arial, sans-serif;
border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
}