fix: use path istead of hook
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 79a640e..b5d3a60 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -19,7 +19,6 @@
 app_include_css = "assets/css/erpnext.css"
 web_include_js = "assets/js/erpnext-web.min.js"
 web_include_css = "assets/css/erpnext-web.css"
-website_theme_scss = "erpnext/public/scss/website"
 
 doctype_js = {
 	"Communication": "public/js/communication.js",