TomNUSDS
TomNUSDS
**ReactUSWDS Version & USWDS Version:** ReactUSWDS: 2.7.2 USWDS: 2.13.0 **Describe the bug** A CSP (content-security-policy) is good requirement for government sites. See https://content-security-policy.com/ A starting point for a CSP includes...
**ReactUSWDS Version & USWDS Version:** `Latest` in the package.json **Describe the bug** Duplicate the example project and try to build or run it. Seems like the dependencies were updated but...
Doing this at the jekyll doesn't work because github's build system limits the plugins a site can use. Another solution is to do it in javascript. Image showing matched and...
- css:sass:watch seemed wrong. Fixed it. - Add comment to /assets/stylesheets/application.css - Move a person md at root into _draft-people/
Just use "ruby" to avoid all the specific platforms. This is a test branch.
Rename recently added Frontmatter variables Update naming to be more standard. - Going from `dateline_str` to `date` caused existing code to treat this string as a date variable so some...
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] I have read the documentation and cannot find an...
See https://github.com/usds/website-management/issues/207
if there's a "impact_statement", then render it at the end of the report-to-congress template. In the top part of markdown: ``` # Impact statement (Edit this) impact_statement: ``` Result: ---...
- Move scss source out of /assets/stylesheets/ and into the root /stylesheets - Move the application.css (which is currently a static asset) into /assets/css - Update build steps to READ...