Skip to content

Commit 8d57ec9

Browse files
Add support for component CSS path „style.css“
1 parent e5c9730 commit 8d57ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/plex/components.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var (
1919
cssEntryNames = []string{
2020
"index.css",
2121
"styles.css",
22+
"style.css",
2223
"main.css",
2324
}
2425
)

0 commit comments

Comments
 (0)