Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add guidance in Button stylesheet
  • Loading branch information
mirka committed Jul 30, 2024
commit 0284b48de990979c08da6d07b022a9b88a0794c4
7 changes: 7 additions & 0 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* For easier testing of potential regressions, you can use a Button variant matrix
* available in a special Storybook instance by running `npm run storybook:e2e:dev`.
*
* @see https://github.com/WordPress/gutenberg/blob/trunk/test/storybook-playwright/README.md
*/

.components-button {
display: inline-flex;
text-decoration: none;
Expand Down