fix: Rename email.bundle to erpnext_email.bundle
to avoid override of frappe email styles
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 3024819..a1d37e2 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -19,7 +19,7 @@
app_include_css = "erpnext.bundle.css"
web_include_js = "erpnext-web.bundle.js"
web_include_css = "erpnext-web.bundle.css"
-email_css = "email.bundle.css"
+email_css = "email_erpnext.bundle.css"
doctype_js = {
"Address": "public/js/address.js",
diff --git a/erpnext/public/scss/email.bundle.scss b/erpnext/public/scss/erpnext_email.bundle.scss
similarity index 100%
rename from erpnext/public/scss/email.bundle.scss
rename to erpnext/public/scss/erpnext_email.bundle.scss