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
ad431fda81
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
sass
/
expected
/
insert-lines.scss
7 lines
54 B
SCSS
Raw
Normal View
History
Unescape
Escape
Closes #297, #265. Add missing Pretty Diff options for CSS/SCSS/Sass/LESS
2015-06-08 15:34:56 -06:00
body
{
Fix typo in beautify-languages-spec causing failing tests to pass
2015-06-10 10:11:20 -06:00
background
:
red
;
Closes #297, #265. Add missing Pretty Diff options for CSS/SCSS/Sass/LESS
2015-06-08 15:34:56 -06:00
}
h1
{
Fix typo in beautify-languages-spec causing failing tests to pass
2015-06-10 10:11:20 -06:00
font-size
:
16
px
;
Closes #297, #265. Add missing Pretty Diff options for CSS/SCSS/Sass/LESS
2015-06-08 15:34:56 -06:00
}