Files
elcaribe/vendor/sabberworm/php-css-parser/tests/files/expand-shorthands.css

8 lines
209 B
CSS
Vendored

body {
font: italic 500 14px/1.618 "Trebuchet MS", Georgia, serif;
border: 2px solid #f0f;
background: #ccc url("/images/foo.png") no-repeat left top;
margin: 1em !important;
padding: 2px 6px 3px;
}