Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow compound property names to be kebab-cased #873

Open
4 tasks done
andretchen0 opened this issue Nov 27, 2024 · 0 comments
Open
4 tasks done

Allow compound property names to be kebab-cased #873

andretchen0 opened this issue Nov 27, 2024 · 0 comments
Labels
feature p3-significant High-priority enhancement (priority)

Comments

@andretchen0
Copy link
Contributor

andretchen0 commented Nov 27, 2024

Description

Currently, Tres core does not accept kebab-case for compound property names in "pierced" paths like shadow.mapSize.height.

Users must write :shadow-mapSize-height. :shadow-map-size-height is not accepted.

attach="kebab-string" accepts kebab-case for compound property names.

Suggested solution

Use the same logic as attach.

Alternative

No response

Additional context

No response

Validations

@andretchen0 andretchen0 added feature p3-significant High-priority enhancement (priority) labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature p3-significant High-priority enhancement (priority)
Projects
None yet
Development

No branches or pull requests

1 participant