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
1d232f6cb1
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
less
/
expected
/
test5.less
9 lines
89 B
Plaintext
Raw
Blame
History
.animal {
color: red;
}
.dog {
&:extend(.animal);
&:hover {
color: green;
}
}
Reference in New Issue
View Git Blame
Copy Permalink