started re-organizing css, added js beautify file

This commit is contained in:
Roberto Tonino
2020-04-14 22:05:22 +02:00
parent 14f91fa275
commit fb516c3313
16 changed files with 555 additions and 456 deletions

14
.jsbeautifyrc Normal file
View File

@@ -0,0 +1,14 @@
{
"css": {
"allowed_file_extensions": ["css", "scss", "sass", "less"],
"end_with_newline": true,
"indent_char": " ",
"indent_size": 2,
"indent_with_tabs": true,
"newline_between_rules": true,
"selector_separator": " ",
"selector_separator_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 10
}
}