Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-css-modules-to-primer-react
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Aug 1, 2024
2 parents 592e2f3 + a7f0ddf commit e877f6d
Show file tree
Hide file tree
Showing 17 changed files with 1,731 additions and 100 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-rivers-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Header: Add overflow when there are a lot of items
5 changes: 5 additions & 0 deletions .changeset/young-meals-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

Bumps @github/relative-time-element to v4.4.2
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
run: npm ci
- name: Lint JavaScript
run: npm run lint
- name: Lint CSS
run: npm run lint:css
- name: Lint markdown
run: npm run lint:md

Expand Down
5 changes: 5 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docs/public/**/*.css
lib-esm/**/*.css
lib/**/*.css
dist/**/*.css
.next/**/*.css
Loading

0 comments on commit e877f6d

Please sign in to comment.