Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
6
vendor/sabberworm/php-css-parser/tests/files/create-shorthands.css
vendored
Normal file
6
vendor/sabberworm/php-css-parser/tests/files/create-shorthands.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
body {
|
||||
font-size: 2em; font-family: Helvetica,Arial,sans-serif; font-weight: bold;
|
||||
border-width: 2px; border-color: #999; border-style: dotted;
|
||||
background-color: #fff; background-image: url('foobar.png'); background-repeat: repeat-y;
|
||||
margin-top: 2px; margin-right: 3px; margin-bottom: 4px; margin-left: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user