liveview-native / liveview-native/liveview-client-swiftui
Changes to attr in rules parser
Open
@NduatiK is already working on this.
Since Apr 17, 2024.
- Dominant language
- Swift
- Stars
- 440
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
We want to more closely align with CSS's own format: https://developer.mozilla.org/en-US/docs/Web/CSS/attr
attr(foo-bar)should be supported without quotes. In fact we want to drop support for the quoted versionattr(foo-bar, "default")should use the 2nd argument as a default value if the first attribute results in an empty string
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.