mutian / Sublime-CSS-Format

CSS Formatting for Sublime Text
http://mutian.github.io/Sublime-CSS-Format/
MIT License
98 stars 27 forks source link

SASS fixes #58

Closed John-Dean closed 3 years ago

John-Dean commented 4 years ago

Added a fix for "#{}" being indented, fixing #12 #31 #39

Removed extra line break on nested SASS, fixing #44

Fix for String and URL order, which should fix #55 #45 #42

Partial fix for #30 and potentially #47 (but not tested)

Attempted fix for #48