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

Commit

Permalink
Merge pull request #60 from cultureamp/SR2-1040/css-module-rename-update
Browse files Browse the repository at this point in the history
fix: updated toolkit to use .module.scss pathing
  • Loading branch information
HeartSquared authored Nov 1, 2023
2 parents d793910 + 460afb1 commit 2b4bce2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ten-jeans-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cultureamp/rich-text-toolkit": patch
---

Update to use module in scss file extension
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React from "react"
import editIcon from "@kaizen/component-library/icons/edit.icon.svg"
import externalLinkIcon from "@kaizen/component-library/icons/external-link.icon.svg"
import removeLinkIcon from "@kaizen/component-library/icons/remove-link.icon.svg"
import styles from "./LinkPopover.scss"
import styles from "./LinkPopover.module.scss"

export interface LinkPopoverProps {
href?: string
Expand Down

0 comments on commit 2b4bce2

Please sign in to comment.