uswds / uswds-compile

Simple Gulp 5 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.
Other
20 stars 12 forks source link

Add usage tips #33

Closed thisisdano closed 2 years ago

thisisdano commented 2 years ago

Adds a Usage tips section to help outline how to best use USWDS Compile in a project. In general, these explain how best to set up a project so you can include all the project files you needs, compile to a single CSS file, and update USWDS without clobbering any project files.

This also moves Usage tips and Running the compile functions up into the Usage section.

Fixes #19