Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Jan 19, 2024
1 parent 5ba5ce9 commit 2b30b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Tooltip/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './tooltip.scss'

import SbTooltip from './index.vue'

export { SbTooltip }
Expand Down
2 changes: 2 additions & 0 deletions src/components/Tooltip/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ export default {
},
}
</script>

<style lang="scss" src="./tooltip.scss" />

0 comments on commit 2b30b1b

Please sign in to comment.