Compile and use admin.scss only for admin layout

Hi community,

I would like use my admin.css only for my adminLayout. So i’ve add , but the code of my admin.css is on my app.css (full style).

Do you know how i can compile my scss only for adminLayout ?

Thank you ! :slight_smile:

This is not supported currently, but you could get creative by putting admin.css into your public folder and including <link rel="stylesheet" href="/admin.css"> into your admin page

Hi Jamgold,

Thank you for this information, it’s a shame.

I will do as you said :slight_smile: