How to dynamically change css? #61

Closed
opened 2025-05-03 08:18:30 +02:00 by gnomeeee · 3 comments

I want to change css when the app is currently running, is there any way i could do that?
thanks!

I want to change css when the app is currently running, is there any way i could do that? thanks!
Owner

Hello! I added support for dynamically changing CSS in a04bd9025d.

Hello! I added support for dynamically changing CSS in a04bd9025d547a2643d6675cddd51a0b902e9fab.
Author

Tysm!
How can I try this or do I have to wait for release?

Tysm! How can I try this or do I have to wait for release?
Owner

Make sure to use the main branch of Adwaita for Swift in your Package.swift file:

.package(url: "https://git.aparoksha.dev/aparoksha/adwaita-swift", branch: "main")

Then, update using:

swift package update

Now execute and it should work.

Make sure to use the main branch of Adwaita for Swift in your `Package.swift` file: ```swift .package(url: "https://git.aparoksha.dev/aparoksha/adwaita-swift", branch: "main") ``` Then, update using: ``` swift package update ``` Now execute and it should work.
Sign in to join this conversation.
No Milestone
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aparoksha/adwaita-swift#61
No description provided.