Skip to content

Commit

Permalink
feat: add console for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 committed Jul 8, 2024
1 parent 04a932c commit 751807d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/farm-example/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const styles = stylex.create({
})

function App() {
console.log('app::', colors.pink7, sizes, fonts.mono)

return (
<div {...stylex.props(styles.main)}>
<div {...stylex.props(styles.card)}>
Expand Down

0 comments on commit 751807d

Please sign in to comment.