diff options
Diffstat (limited to 'vendor/leafo/lessphp/tests/outputs/scopes.css')
-rw-r--r-- | vendor/leafo/lessphp/tests/outputs/scopes.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/leafo/lessphp/tests/outputs/scopes.css b/vendor/leafo/lessphp/tests/outputs/scopes.css new file mode 100644 index 00000000..ea2a4573 --- /dev/null +++ b/vendor/leafo/lessphp/tests/outputs/scopes.css @@ -0,0 +1,11 @@ +body div other world { + height: 50; +} +div other world { + height: 50; +} +pre { + height: 10; + height: 11; + height: 12; +} |