Andrew Duthie
Andrew Duthie
Maybe it's a matter of keeping the current styling (reverting the changes to `_usa-form.scss`), even if it's duplicated. Or maybe we could extract this to a mixin/placeholder for input widths...
Out of curiosity, what's the use-case for a heading that contains only a single special character? For projects adhering to Section 508 / WCAG AA+, I feel like that might...
>An example of this would be creating an alphabetically organized directory of documents, documents which can have titles that can start with letters, numbers, or special characters. Ah, that makes...
Ah, right, I totally spaced and forgot that the text is copied into the link for the in-page navigation, and that it wouldn't carry over the screen reader styles. I...
@mejiaj It would break only if it wasn't being loaded in the main stylesheet load path (i.e. if you decided to only load it for tests). And yes, I think...
Apparently I had already submitted [a pull request for this](https://github.com/uswds/uswds/pull/5699) which I had forgotten about, and re-encountered the bug again today. I'll keep this open, since I assume it's best...
> **Suggested change**: Utilize an approach similar to Lodash's [`uniqueId`](https://lodash.com/docs/4.17.15#uniqueId), which would result in a stable unique ID assuming a page's state is the same as the last render. This...
We ran into this issue recently in our project, since we don't include the `usa-form` package, but expected to be able to use width variants `.usa-input--[width]` since we _do_ include...