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
f8e0e445ae
atom-beautify
/
examples
/
simple-jsbeautifyrc
/
sass
/
expected
/
test.scss
13 lines
144 B
SCSS
Raw
Normal View
History
Unescape
Escape
See #77. Add example of broken SCSS case.
2014-09-07 16:48:48 -06:00
#
cta
{
.
container
{
.
cta--primary
{
&
:
visited
{
See #18. Beautify most of the expected tests. I was unable to do Python and SQL, as I am having Python problems on my laptop. Hopefully I will be able to figure this out soon.
2014-12-27 23:38:06 -07:00
//whatever
See #77. Add example of broken SCSS case.
2014-09-07 16:48:48 -06:00
}
&
:
:
before
{
See #18. Beautify most of the expected tests. I was unable to do Python and SQL, as I am having Python problems on my laptop. Hopefully I will be able to figure this out soon.
2014-12-27 23:38:06 -07:00
//whatever
See #77. Add example of broken SCSS case.
2014-09-07 16:48:48 -06:00
}
}
}
}