Skip to content

Commit

Permalink
feat(plugin-basic-ui): export css variables from components (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz authored Dec 23, 2023
1 parent 6759828 commit dd5be87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-zebras-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stackflow/plugin-basic-ui": minor
---

feat(plugin-basic-ui): export css variables from components
3 changes: 3 additions & 0 deletions extensions/plugin-basic-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ export {
AppScreenProps,
useAppScreen,
} from "./components/AppScreen";
export { vars as appScreenVars } from "./components/AppScreen.css";
export {
default as BottomSheet,
BottomSheetProps,
} from "./components/BottomSheet";
export { vars as bottomSheetVars } from "./components/BottomSheet.css";
export { default as Modal, ModalProps } from "./components/Modal";
export { vars as modalVars } from "./components/Modal.css";

1 comment on commit dd5be87

@vercel
Copy link

@vercel vercel bot commented on dd5be87 Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.