Skip to content

Commit

Permalink
Update uswds to 3.8.1 (#584)
Browse files Browse the repository at this point in the history
* Update uswds to 3.8.1

* remove extra package lock.

* Update css and readme.
  • Loading branch information
john-labbate authored Jun 10, 2024
1 parent c4d5129 commit e1b27e2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ cd training-frontend
npm run test:coverage
```

## 🇺🇸 USWDS
This site uses the [U.S. Web Design System (USWDS)](https://designsystem.digital.gov). To customize USWDS styles you will need to edit the SASS components and styles in the `/sass` directory. Changes here will not be reflected in the site until you rebuild the css. To build the css, cd to the frontend project and run gulp:

```
npx gulp compile --gulpfile gulpfile.cjs
```
This will rebuild the static assests and place them in the `/public` directory. To learn more, visit USWDS [Getting started for developers ](https://designsystem.digital.gov/documentation/getting-started-for-developers/).

## Deployment on cloud.gov

Follow these steps to deploy the application on cloud.gov. Your cloud.gov account must have the `SpaceDeveloper` role in each space in order to run these scripts.
Expand Down
8 changes: 4 additions & 4 deletions training-front-end/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 training-front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@uswds/compile": "^1.1.0",
"@uswds/uswds": "^3.8.0",
"@uswds/uswds": "^3.8.1",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/coverage-v8": "^1.5.3",
"@vue/cli-plugin-eslint": "^5.0.8",
Expand Down
4 changes: 2 additions & 2 deletions training-front-end/public/styles/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion training-front-end/public/styles/styles.css.map

Large diffs are not rendered by default.

0 comments on commit e1b27e2

Please sign in to comment.