Skip to content

Commit

Permalink
Slightly optimize the CSS sent to users
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamplemousse committed May 9, 2024
1 parent 39c0156 commit 1aff31c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion front/static/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
@import '~bootstrap/scss/bootstrap.scss';
// Reduce the size of the `.css` file sent to web clients;
// _c.f._ https://getbootstrap.com/docs/5.0/customize/optimize/
@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';
@import '~bootstrap/scss/mixins';
@import '~bootstrap/scss/maps';
@import '~bootstrap/scss/utilities';

@import '~bootstrap/scss/reboot';
@import '~bootstrap/scss/containers';
@import '~bootstrap/scss/grid';

@import '~bootstrap/scss/utilities/api';

$fa-font-path: "~fork-awesome/fonts";
@import "~fork-awesome/scss/fork-awesome.scss";
Expand Down

0 comments on commit 1aff31c

Please sign in to comment.