diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:32:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:32:59 -0400 |
commit | 6dc1997577fab2c366781fd7048144935afa0012 (patch) | |
tree | 8918d28c7ab4342f0738985e37af1dfc42d0e93a /vendor/leafo/lessphp/tests/outputs/misc.css | |
parent | 150f94f051128f367bc89f6b7e5f57eb2a69fc62 (diff) | |
parent | fa89acd685cb09cdbe1c64cbb721ec64975bbbc1 (diff) |
Merge commit 'fa89acd'
# Conflicts:
# .gitignore
# extensions/ArchInterWiki.sql
Diffstat (limited to 'vendor/leafo/lessphp/tests/outputs/misc.css')
-rw-r--r-- | vendor/leafo/lessphp/tests/outputs/misc.css | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/vendor/leafo/lessphp/tests/outputs/misc.css b/vendor/leafo/lessphp/tests/outputs/misc.css deleted file mode 100644 index 6c99cc39..00000000 --- a/vendor/leafo/lessphp/tests/outputs/misc.css +++ /dev/null @@ -1,68 +0,0 @@ -color: "aaa, bbb"; -.topbar { - background: url(/assets/images/test/topbar.png); -} -.hello { - test: empty-function("/assets/images/test/",40%,to(#fff)); -} -.css3 { - background-image: -webkit-gradient(linear,0% 0%,0% 90%,from(#E9A000),to(#A37000)); -} -.test, -.world { - border: 1px solid red; - color: url(http://mage-page.com); - string: "hello /* this is not a comment */"; - world: "// neither is this"; - string: 'hello /* this is not a comment */'; - world: '// neither is this'; - what-ever: 100px; - background: url(/*no comment here*/); -} -.urls { - background1: url("http://google.com"); - background2: url(http://google.com); - background3: url("http://google.com"); -} -.cool { - color: "aaa, bbb"; -} -.span-17 { - float: left; -} -.span-17 { - width: 660px; -} -.x { - float: left; - width: 660px; -} -.hi pre { - color: red; -} -.hi pre { - color: blue; -} -.rad pre { - color: red; -} -.rad pre { - color: blue; -} -hello { - numbers: 1.0 0.1 .1 1.; - numbers: 1.0s 0.1s .1s 1.s; - numbers: -1s -0.1s -0.1s -1s; - numbers: -1 -0.1 -0.1 -1; -} -#string { - hello: 'what\'s going on here'; - hello: 'blah blag @{ blah blah'; - join: "3434hello"; - join: 3434hello; -} -.duplicates { - hello: world; - hello: "world"; - hello: "what"; -} |