Ans

Results 122 issues of Ans

## Changes - Update outdated dependencies: @babel/preset-env, cypress, eslint, esbuild, postcss, snyk - Autofix css linter issues. ## How to test this PR 1. PR checks should pass.

I get this warning when running `grunt serve:dist` in Ubuntu: ``` sh Running "concurrent:dist" (concurrent) task >> Warning: There are more tasks than your concurrency limit. After this limit >>...

This PR adds a `suffixPattern` parameter to the `addClassesToSVGElement` plugin, which allows adding of a suffix to the custom classes added on the SVG element. This PR also adds a...

**Describe the solution you'd like** I am currently adding a generic class like `my-svg-icon` to each SVG. It would be nice to also be able to add a custom class...

enhancement

I noticed the breadcrumbs had inconsistent conditional logic, and in the case of the layout-2-1 template, had the breadcrumb_items definition twice(!) ## Changes - Consolidate breadcrumbs boilerplate code into `_breadcrumbs.html`...

`grid_column__top-divider` is only used in the info-unit-groups as a mixin. This PR migrates this mixin to be with the info-unit-group CSS (see accompanying removal from the DS in https://github.com/cfpb/design-system/pull/1929). ##...

The corresponding removal of this class in the DS is happening in https://github.com/cfpb/design-system/pull/1929 ## Removals - Remove `content-l__main` class ## How to test this PR 1. `yarn build` and visit...

Touching rate-explorer scares me, let's have some tests for the dynamically displayed drop-downs and alerts. ## Additions - Add a few more rate-explorer tests to test the different loan types...

hold

## Changes - Migrate less color variables to CSS custom properties (variables) ## How to test this PR 1. `yarn install && yarn build` and the site should be unchanged.

https://github.com/cfpb/consumerfinance.gov/blob/main/cfgov/unprocessed/apps/rural-or-underserved-tool/js/call-census.js#L1 and https://github.com/cfpb/consumerfinance.gov/blob/main/cfgov/unprocessed/apps/rural-or-underserved-tool/js/call-tiger.js#L1 uses a 6 year old package `jsonp-p` https://www.npmjs.com/package/jsonp-p I would imagine this could be updated to use a native `fetch` call and the dependency could be tossed.