feat: Updates tailwind config to properly track swift files.
This commit is contained in:
@@ -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!" }
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user