Question:
Everything is working fine except css is not loading
Bss_popup extension css is missing.
Cause:
Because min js and css deploy only accepted on Pastel/buypastel theme while CSS file sets min css.
Solution: Deploy css after disabling min js on backend. Change css loading logic to call from layout.
Add this file
/home/pastel/buypastel.com/app/code/Bss/Popup/view/frontend/web/css/source/_module.css
And edit file /home/pastel/buypastel.com/app/code/Bss/Popup/view/frontend/layout/default.xml
Line 22 - 24
<head>
<css src="Bss_Popup::css/source/_module.css" media="all" />
</head>
If you need any helps, please feel free to reach us on ticket system.