Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
17
vendor/sabberworm/php-css-parser/tests/files/nested.css
vendored
Normal file
17
vendor/sabberworm/php-css-parser/tests/files/nested.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
html {
|
||||
some: -test(val1);
|
||||
}
|
||||
|
||||
html {
|
||||
some-other: -test(val1);
|
||||
}
|
||||
|
||||
@media screen {
|
||||
html {
|
||||
some: -test(val2);
|
||||
}
|
||||
}
|
||||
|
||||
#unrelated {
|
||||
other: yes;
|
||||
}
|
||||
Reference in New Issue
Block a user