Skip to content

Commit

Permalink
clean codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Apr 18, 2024
1 parent fd03c14 commit 09df066
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions benchmarks/src/implementations/css-hooks/Box.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ export default function Box({
outer = false,
...other
}) {
console.log(
css({
...styles[`color${color}`],
...(fixed && styles.fixed),
...(layout === 'row' && styles.row),
...(outer && styles.outer),
})
)

return (
<View
{...other}
Expand Down
3 changes: 3 additions & 0 deletions packages/brandeur-plugin-prefixer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
],
"author": "Robin Weser",
"license": "MIT",
"dependencies": {
"isobject": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/brandeur/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.8",
"@css-hooks/react": "^0.0.6",
"@css-hooks/react": "^1.8.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit 09df066

Please sign in to comment.