-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up LESS/SCSS Unit Tests and update Prettydiff
- Loading branch information
Showing
9 changed files
with
27 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
section#photo-details { | ||
width: 1140px; | ||
margin: 60px auto 70px; | ||
|
||
} | ||
div.photo-view { | ||
text-align: center; | ||
|
11 changes: 11 additions & 0 deletions
11
examples/nested-jsbeautifyrc/sass/expected/extra-line-test.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// https://github.com/Glavin001/atom-beautify/issues/181 | ||
.ttl { | ||
margin-bottom: 10px; | ||
} | ||
// https://github.com/Glavin001/atom-beautify/issues/180 | ||
.a { | ||
color: #fff; | ||
.b { | ||
color: #999; | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
examples/nested-jsbeautifyrc/sass/original/extra-line-test.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// https://github.com/Glavin001/atom-beautify/issues/181 | ||
.ttl { | ||
margin-bottom: 10px; | ||
} | ||
|
||
|
||
// https://github.com/Glavin001/atom-beautify/issues/180 | ||
.a { | ||
color: #fff; | ||
|
||
.b { | ||
color: #999; | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters