mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
First working version.
This commit is contained in:
parent
2f70b79493
commit
8fbeb20900
6 changed files with 227 additions and 2 deletions
7
Sources/SwiftTailwindExample/Tailwind.css
Normal file
7
Sources/SwiftTailwindExample/Tailwind.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/** SwiftTailwind assumes a Tailwind.css file is present in the root of target directory. **/
|
||||
|
||||
/** To align with Swift Package Manager's build plugin capability, SwiftTailwind requires explicitly register all inputs. */
|
||||
/** You must specify `source(none)` after `tailwindcss` import and add `@source` for each source file / folder you want to include. */
|
||||
@import "tailwindcss" source(none);
|
||||
@source "./Example.swift";
|
||||
@source "./Folder";
|
||||
Loading…
Add table
Add a link
Reference in a new issue