You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Pastebin, just in case: http://pastebin.com/4K2mr9x3)
I use SublimeText 3 and these are my .jsbeautifyrc css settings:
"css": {
"allowed_file_extensions": ["css", "scss", "sass", "less"],
"end_with_newline": false,
"indent_char": " ",
"indent_size": 2,
"selector_separator": " ",
"selector_separator_newline": false
}
Operating system is Arch Linux .
The text was updated successfully, but these errors were encountered:
Hi, I am using Sublime3 with the Sublime-HTMLPrettify plugin (https://github.com/victorporof/Sublime-HTMLPrettify) and was told to file my bug here.
Copypaste
Got this less-code before prettyfying
body {
width: 100%;
height: 100%;
font-family: @main_font,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: @dark;
background-color: @light;
}
After prettifying, I get this:
body {
width: 100%;
height: 100%;
font-family: @main_font,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: @dark;
background-color: @light;
}
(Pastebin, just in case: http://pastebin.com/4K2mr9x3)
I use SublimeText 3 and these are my .jsbeautifyrc css settings:
"css": {
"allowed_file_extensions": ["css", "scss", "sass", "less"],
"end_with_newline": false,
"indent_char": " ",
"indent_size": 2,
"selector_separator": " ",
"selector_separator_newline": false
}
Operating system is Arch Linux .
The text was updated successfully, but these errors were encountered: