Skip to content

USWDS Setup

Install and setup USWDS.

Some examples of USWDS Angular projects:

Keep this as simple as possible, could potentially just import css from node_modules/uswds in the style.scss file.

@import 'node_modules/uswds/dist/css/uswds.min.css';

Or can we just imports the components we need to keep size to a minimum?

Edited by Clayton, Brandon Scott