Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit a83256b269 - Show all commits

View file

@ -124,6 +124,7 @@ fn init(dist_dir: String, static_dir: String, templates_dir: String) -> String {
keep_closing_tags: true,
minify_css: true,
minify_js: true,
remove_bangs: false,
..minify_html::Cfg::spec_compliant()
};