Skip to content

Commit fa63f8f

Browse files
committed
Migrate Button to css-modules (hacky version)
1 parent 6e0558c commit fa63f8f

File tree

8 files changed

+1497
-326
lines changed

8 files changed

+1497
-326
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"babel-loader": "^8.2.3",
8484
"babel-plugin-dynamic-import-node": "^2.3.3",
8585
"chromatic": "^6.0.4",
86+
"class-variance-authority": "^0.7.0",
8687
"eslint": "^8.40.0",
8788
"eslint-config-prettier": "^8.8.0",
8889
"eslint-import-resolver-typescript": "^3.5.5",

packages/wonder-blocks-button/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"react-router-dom": "5.3.0"
3232
},
3333
"devDependencies": {
34-
"@khanacademy/wb-dev-build-settings": "^1.0.0"
34+
"@khanacademy/wb-dev-build-settings": "^1.0.0",
35+
"class-variance-authority": "^0.7.0"
3536
}
3637
}

0 commit comments

Comments
 (0)