feat: Updates tailwind config to properly track swift files.

This commit is contained in:
2025-02-25 15:56:53 -05:00
parent 9ba5d5e7e4
commit ba0eb95f26
4 changed files with 35 additions and 104 deletions

View File

@@ -7,7 +7,7 @@ extension ViewController: DependencyKey {
public static var liveValue: ViewController {
.init(view: { _ in
MainPage {
h1(.class("text-red-100")) { "It works!" }
h1(.class("text-sky-500")) { "It works!" }
}
})
}