This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
86465ff084
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
less
/
expected
/
test5.less
12 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
See #159. Add failing LESS code to test once fix is available. See https://github.com/austincheney/prettydiff/issues/31 fix is not yet available on NPM.
2014-12-27 19:21:38 -07:00
.animal {
color: red;
}
LESS, SASS, SCSS tests should expect newlines
2016-07-30 14:45:17 -06:00
See #159. Add failing LESS code to test once fix is available. See https://github.com/austincheney/prettydiff/issues/31 fix is not yet available on NPM.
2014-12-27 19:21:38 -07:00
.dog {
&:extend(.animal);
LESS, SASS, SCSS tests should expect newlines
2016-07-30 14:45:17 -06:00
See #159. Add failing LESS code to test once fix is available. See https://github.com/austincheney/prettydiff/issues/31 fix is not yet available on NPM.
2014-12-27 19:21:38 -07:00
&:hover {
color: green;
}
Update dependencies, tests, docs
2015-06-25 06:06:05 -06:00
}