SwiftTailwind/Sources/SwiftTailwindExample/Views/Test.html
laosb 8359d795eb Improve source file detection and tests
- Use SwiftPM-provided sourceFiles for filtering - Add Utils.swift with
URL descendant check - Update example to use Views/ instead of Folder/ -
Add test for non-included Swift file - Update .zed settings to disable
VSCode CSS language server
2025-08-20 21:01:17 +08:00

7 lines
279 B
HTML

<html>
<!-- Generated CSS will be avilable in tw.css file in a TailwindCSS.bundle that can be accessed under `Bundle.module`. -->
<link rel="stylesheet" href="/TailwindCSS.bundle/tw.css" />
<body>
<p class="text-[#f05138] font-bold">Hello, Swift!</p>
</body>
</html>