Fix a bad variable name when injecting custom rules to schemas.

Review Request #13624 — Created March 8, 2024 and submitted — Latest diff uploaded

Information

Ink
master

Reviewers

The old name, @_override-rules, was used in place of the new name,
@_specialize-rules. This is a trivial fix to use the correct name,
fixing the ability to apply specialized rules at the theme layer.

Made use of this in in-progress components.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix a bad variable name when injecting custom rules to schemas.
The old name, `@_override-rules`, was used in place of the new name, `@_specialize-rules`. This is a trivial fix to use the correct name, fixing the ability to apply specialized rules at the theme layer.
cb75028f183c24a00403ce856bd0b8e2112a39f5 Christian Hammond
src/ink/less/components/schemas/base.less
Loading...