Overwrite style sheets (bootstrap & awesome font)

How to overwrite the bootstrap & the awesome style sheets that are included in the frappe build.json with other custom bootstrap and awesome style sheets in my application build.json.?
Notably, I already included the customized bootstrap and awesome style sheets in my application build.json file but, the frappe bootstrap and awesome style sheets still overwrite mine. @mostafa @rmehta

@random.1,

create your own app and add the css in public directory also add the css reference in your app’s hooks.py using app_include_css attribute.

e.g. please check frappe/hooks.py at develop · frappe/frappe · GitHub

Thanks, Makarand

2 Likes