fix(BOOK-436): Added new section component and deprecated the other
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { cva } from "class-variance-authority"
|
||||
|
||||
import { withTypography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
import styles from "./header.module.css"
|
||||
|
||||
export const headingVariants = cva(styles.heading, withTypography({}))
|
||||
Reference in New Issue
Block a user