diff --git a/docs/developer/README.md b/docs/developer/README.md index eab77f645..63a4e08c6 100644 --- a/docs/developer/README.md +++ b/docs/developer/README.md @@ -313,7 +313,7 @@ We use the [CSS Block Element Modifier (BEM)](https://getbem.com/naming/) naming 5. Copy over the newly compiled code from uswds.js into uswds-edited.js. 6. Put back the dotgov changes you made note of into uswds-edited.js. 7. Examine the results in the running application (remember to empty your cache!) and commit `package.json` and `package-lock.json` if all is well. -8. read the [release notes](https://github.com/uswds/uswds/releases) for the new versions installed, note 'Breaking' and 'Markup change' and make adjustments to the code base as needed. +8. Read the [release notes](https://github.com/uswds/uswds/releases) for the new versions installed, note 'Breaking' and 'Markup change' and make adjustments to the code base as needed. ## Finite State Machines diff --git a/src/package.json b/src/package.json index 468bfd7e3..ed5cefa09 100644 --- a/src/package.json +++ b/src/package.json @@ -19,7 +19,7 @@ "@babel/preset-env": "^7.26.0", "@uswds/compile": "1.2.1", "babel-loader": "^9.2.1", - "sass-embedded-darwin-x64": "^1.85.1", + "sass-loader": "^12.6.0", "webpack": "^5.96.1", "webpack-stream": "^7.0.0"