aboutsummaryrefslogtreecommitdiff
path: root/vendors/lessphp/tests/outputs/media.css
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/lessphp/tests/outputs/media.css')
-rw-r--r--vendors/lessphp/tests/outputs/media.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendors/lessphp/tests/outputs/media.css b/vendors/lessphp/tests/outputs/media.css
deleted file mode 100644
index cb5683fd4..000000000
--- a/vendors/lessphp/tests/outputs/media.css
+++ /dev/null
@@ -1,28 +0,0 @@
-@media screen, 3D {
- P { color:green; }
-}
-@media print {
- body { font-size:10pt; }
-}
-@media screen {
- body { font-size:13px; }
-}
-@media screen, print {
- body { line-height:1.2; }
-}
-@media all and (min-width: 0px) {
- body { line-height:1.2; }
-}
-@media all and (min-width: 0) {
- body { line-height:1.2; }
-}
-@media screen and (min-width: 102.5em) and (max-width: 117.9375em),
- screen and (min-width: 150em) {
- body { color:blue; }
-}
-@media screen and (min-height: 110px) {
- body { color:red; }
-}
-@media screen and (height: 100px) and (width: 110px), (size: 120px) {
- body { color:red; }
-} \ No newline at end of file