Skip to content

Commit

Permalink
Migrate Button to css-modules (hacky version)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrade committed May 17, 2024
1 parent 6e0558c commit fa63f8f
Show file tree
Hide file tree
Showing 8 changed files with 1,497 additions and 326 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"babel-loader": "^8.2.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"chromatic": "^6.0.4",
"class-variance-authority": "^0.7.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand Down
3 changes: 2 additions & 1 deletion packages/wonder-blocks-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"react-router-dom": "5.3.0"
},
"devDependencies": {
"@khanacademy/wb-dev-build-settings": "^1.0.0"
"@khanacademy/wb-dev-build-settings": "^1.0.0",
"class-variance-authority": "^0.7.0"
}
}
Loading

0 comments on commit fa63f8f

Please sign in to comment.