Skip to content

Commit

Permalink
refactor(ButtonBase): To use CSS modules behind the feature flag (#4940)
Browse files Browse the repository at this point in the history
* copy

* setting

* Create olive-donkeys-exercise.md

* test(vrt): update snapshots

* update tests

* we got this

* vrt dont lie

* test(vrt): update snapshots

* more fixes

* fix focus outline

* where where where

* fix nesting

* fix nesting i think

* test vrt

* cleanup

* important...

* try reverting this change?

* try resetting stories

* reset from main

* fix classname on iconbutton

* try no calc

* more digits??

* test(vrt): update snapshots

* lets goooooo

* oops

* reset

* Revert "reset"

This reverts commit b82f00c.

* reset

* test(vrt): update snapshots

---------

Co-authored-by: langermank <langermank@users.noreply.github.com>
  • Loading branch information
langermank and langermank authored Sep 13, 2024
1 parent 6e294e8 commit 4d3b504
Show file tree
Hide file tree
Showing 14 changed files with 1,670 additions and 716 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-donkeys-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": major
---

Refactor ButtonBase component to use CSS modules behine flag
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[postcss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "explicit"
}
},
"json.schemas": [
{
"fileMatch": ["*.docs.json"],
Expand Down
Loading

0 comments on commit 4d3b504

Please sign in to comment.