Skip to content

Commit

Permalink
Merge pull request #513 from civicrm/ACUSPRT-81-fix-font-awesome
Browse files Browse the repository at this point in the history
ACUSPRT-81: Add FontAwesome inside custom-civicrm.scss
  • Loading branch information
deb1990 authored Apr 22, 2021
2 parents 75a0fce + eefcc4d commit ecab4cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/civicrm/custom-civicrm.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
@import 'civicrm/variables';
@import 'civicrm/functions';
@import 'civicrm/mixins';
@import 'bootstrap/vendor/font-awesome/font-awesome';
@import 'bootstrap/overrides/variables';
@import 'base/scss/vendor/bootstrap/variables';
@import 'base/scss/vendor/bootstrap/mixins/**/*';
@import 'bootstrap/mixins/**/*';
@import 'bootstrap/fonts/**/*';
@import 'bootstrap/vendor/font-awesome/variables';
@import 'bootstrap/vendor/font-awesome/path';
@import 'bootstrap/overrides/style/**/*';
@import 'angular/overrides/**/*';
@import 'jquery/overrides/**/*';
Expand Down

0 comments on commit ecab4cf

Please sign in to comment.