Chauncey McAskill
Chauncey McAskill
Hrm. I don't know what the others think but so far we've been following Harry Robert's [CSS namespaces](https://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/) wherein the `.t-` prefix is reserved for "themes". Maybe we want to...
#### Outcome from meeting on 2022-10-05 * **Status**: Changes barring approval * Revert `.t-wysiwyg` back to `.u-wysiwyg`. * Exclude `.t-link`. * Approved `.t-*`.
This pull request is ready for review and testing. Below are my responses to @ffraenz's comments on the previous pull request. --- > […] > > What I have in...
I just remembered a missing requirement to make this feature reliable: validate that the intermediary's version matches the author's required version in the package. For example, EasyDigitalDownloads and Gravity Forms...
I've done some additional work today to add support for a `version_key`, support for `unserialize()` (Gravity Forms uses `serialize()` for its response), and a clean-up of tests. I'll try to...
I've deployed the latest changes and this should be ready for review and advanced testing. I have not tested them in a real world scenario yet. The decrease in coverage...
Can you provide an example of what is being overridden?
Thanks. Would using the [`:where()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:where) pseudo-class function be an acceptable solution? Example: `:where(a[class])` or `a:where([class])` (whichever is more performant). Both resolve the specificity issue. This CSS function is Baseline since...
I recently contacted ACF Pro's vendor (WPEngine, at the time of writing). Important changes have occurred and more are in the works: 1. The URL for the ACF Pro example...
Since [my proposal for a modal in 2021](https://github.com/locomotivemtl/locomotive-boilerplate/pull/100), [browser support for `` has improved greatly](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog). I would recommend pivoting to using `` and its DOM API or at least renaming...