diff --git a/examples/simple-jsbeautifyrc/test.less b/examples/simple-jsbeautifyrc/test.less index c487c6d8a..f717df4ee 100644 --- a/examples/simple-jsbeautifyrc/test.less +++ b/examples/simple-jsbeautifyrc/test.less @@ -30,3 +30,4 @@ background-color: @green; } } +} diff --git a/examples/simple-jsbeautifyrc/test4.less b/examples/simple-jsbeautifyrc/test4.less new file mode 100644 index 000000000..c66acd8c7 --- /dev/null +++ b/examples/simple-jsbeautifyrc/test4.less @@ -0,0 +1,20 @@ +section#photo-details { + width: 1140px; + margin: 60px auto 70px auto; +} + + div.photo-view { + text-align: center; + figure { + box-shadow: 0 0 3px 1px rgba(0,0,0,0.75) +; + display : inline-block; + margin : 0 0 60px; + padding +: 0; + img { + display: block; + } + } + + } diff --git a/package.json b/package.json index 15c58ccbb..cb059b9a5 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "strip-json-comments": "^0.1.3", "js-yaml": "^3.0.2", "temp": "^0.8.0", - "prettydiff": "^1.0.23", + "prettydiff": "^1.2.1", "node-uuid": "^1.4.1", "analytics-node": "^1.0.2", "coffee-formatter": "git+https://github.com/Glavin001/Coffee-Formatter.git",