Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix: fix css import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunint committed Jul 28, 2023
1 parent 3b3b16b commit 27c1135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bulma.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import '~bulma/sass/utilities/initial-variables';
@import '../node_modules/bulma/sass/utilities/initial-variables';

$family-sans-serif: "Roboto", "Trirong", sans-serif;

@import '~bulma/bulma';
@import '../node_modules/bulma/bulma';

.ng-valid.ng-dirty,
cusc-title.ng-valid.ng-dirty > .field > .control > .select,
Expand Down
4 changes: 2 additions & 2 deletions src/font-awesome.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$fa-font-path: '~font-awesome/fonts';
$fa-font-path: '../fonts';

@import '~font-awesome/scss/font-awesome';
@import '../node_modules/font-awesome/scss/font-awesome';

0 comments on commit 27c1135

Please sign in to comment.