mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
- 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
5 lines
159 B
Swift
5 lines
159 B
Swift
// This file is not included in Tailwind.css, so TW classes here will not be generated.
|
|
let html =
|
|
"""
|
|
<a href="swift.org" class="text-sm">Swift</a>
|
|
"""
|