restructure theme css
This commit is contained in:
@@ -94,14 +94,5 @@ func vendorDirs() []string {
|
||||
return []string{filepath.Join(frontendDir, "vendor")}
|
||||
}
|
||||
|
||||
// themeCSSPath is the shared Tailwind @theme scaffold prepended to the app's
|
||||
// brand style.css, or "" in single-tree mode (the app's style.css is complete).
|
||||
func themeCSSPath() string {
|
||||
if webDir != "" {
|
||||
return filepath.Join(webDir, "styles", "theme.css")
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
// faOutPath is where the generated FA registry is written (app-owned).
|
||||
func faOutPath() string { return filepath.Join(genTSDir, "faIcons.ts") }
|
||||
|
||||
Reference in New Issue
Block a user