I’ve override the assets css to change my app css and change the hooks.py:
app_include_css = “assets/your_app/css/custom.css”
and create my css file it works but if i delete any style or change it ;the app doesn’t have the effect
every time i change the css file ;i made:
bench migrate
what’s the problem please?