betagouv / recommandations-collaboratives

Outil support Recommandations-Collaboratives basé sur le framework django
https://recommandations-collaboratives.beta.gouv.fr
GNU Affero General Public License v3.0
8 stars 10 forks source link

[summer cleaning] retirer css inline #581

Open Louifine opened 1 month ago

Louifine commented 1 month ago

4 types de css inline :

Jeremy-Bojko commented 1 month ago

Apparemment dans les imports ds Bootstrap il faut se passer de reboot

@import "../node_modules/bootstrap/scss/utilities"; /*On garde*/
@import "../node_modules/bootstrap/scss/containers";
@import "../node_modules/bootstrap/scss/reboot"; /*Apparement on garde pas */
@import "../node_modules/bootstrap/scss/grid";
@import "../node_modules/bootstrap/scss/helpers";
@import "../node_modules/bootstrap/scss/utilities/api";