Skip to content

Commit

Permalink
Add dev primitives dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Nov 26, 2024
1 parent 2327ee7 commit c2cbf83
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 5 deletions.
54 changes: 54 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"storybook": "cd docs && npm i && npx storybook build",
"build:storybook": "cd docs && npm i && npm run build:storybook"
},
"dependencies": {},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@csstools/postcss-sass": "^5.1.1",
"@github/prettier-config": "^0.0.6",
"@primer/primitives": "^9.1.2",
"@primer/stylelint-config": "^13.0.0-rc.af5663d",
"@primer/view-components": "^0.35.0",
"autoprefixer": "^10.4.18",
Expand Down
1 change: 0 additions & 1 deletion src/utilities/layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Layout
// stylelint-disable comment-empty-line-before

/* Position */
@each $breakpoint, $variant in $responsive-variants {
Expand Down
1 change: 0 additions & 1 deletion src/utilities/margin.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Margin spacer utilities
// stylelint-disable comment-empty-line-before
// stylelint-disable primer/spacing

// Loop through the breakpoint values
Expand Down
1 change: 0 additions & 1 deletion src/utilities/padding.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Padding spacer utilities
// stylelint-disable comment-empty-line-before
// stylelint-disable primer/spacing

// Responsive padding spacer utilities
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/typography.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// stylelint-disable comment-empty-line-before, primer/typography
// stylelint-disable primer/typography

// Type scale variables found in ../support/lib/variables.scss
// $h00-size-mobile: 40px;
Expand Down

0 comments on commit c2cbf83

Please sign in to comment.