feat: Refactors / renames some modules.
This commit is contained in:
7
Sources/ViewController/Views/Styleguide.swift
Normal file
7
Sources/ViewController/Views/Styleguide.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
// NOTE: These don't always work as expected with tailwind they generally
|
||||
// need to be in the class itself, but here for reference of the primary
|
||||
// colors.
|
||||
enum Colors {
|
||||
static let yellow = "yellow-300"
|
||||
static let blue = "blue-500"
|
||||
}
|
||||
Reference in New Issue
Block a user