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

12 support for string arrays #16

Merged
merged 7 commits into from
Jan 17, 2025
Merged

Conversation

Oyelowo
Copy link
Owner

@Oyelowo Oyelowo commented Jan 17, 2025

Closes: #12

Examples

use twust::tw;

let single_class = tw!("scroll-m-14 flex supports-grid:grid supports-[display:grid]:grid");
let multiple_classes = tw!["scroll-m-14", "flex", "supports-grid:grid", "supports-[display:grid]:grid"];
let array_classes = tw!(["scroll-m-14", "flex", "supports-grid:grid", "supports-[display:grid]:grid"]);

@Oyelowo Oyelowo added the enhancement New feature or request label Jan 17, 2025
@Oyelowo Oyelowo self-assigned this Jan 17, 2025
@Oyelowo Oyelowo linked an issue Jan 17, 2025 that may be closed by this pull request
@Oyelowo Oyelowo merged commit 7b0d644 into master Jan 17, 2025
@Oyelowo Oyelowo deleted the 12-support-for-string-arrays branch January 17, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for string arrays
2 participants