Skip to content

Commit

Permalink
fix: unneeded scss import, crash
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Jun 19, 2022
1 parent 0703409 commit 5c6c2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Tooltips/Tooltips.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
// FIXME: node module proper resolution
import './node_modules/tippy.js/dist/tippy.css';
import './style.scss';
// import './style.scss';
---

<script>
Expand Down

0 comments on commit 5c6c2b0

Please sign in to comment.