Niedzielski has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/372913 )
Change subject: Chore: make CSS filenames consistent with other files
......................................................................
Chore: make CSS filenames consistent with other files
Rename App's index.css to match the convention used by TypeScript files.
Change-Id: Iac11a33494825c84fdb0407a8bbed0a6175150c8
---
R src/common/components/app/index.css
M src/common/components/app/index.tsx
2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/marvin refs/changes/13/372913/1
diff --git a/src/common/components/app/app.css
b/src/common/components/app/index.css
similarity index 100%
rename from src/common/components/app/app.css
rename to src/common/components/app/index.css
diff --git a/src/common/components/app/index.tsx
b/src/common/components/app/index.tsx
index 4a3b03e..968f576 100644
--- a/src/common/components/app/index.tsx
+++ b/src/common/components/app/index.tsx
@@ -1,4 +1,4 @@
-import "./app.css";
+import "./index.css";
import { FunctionalComponent, h } from "preact";
const app: FunctionalComponent<any> = (_props: any): JSX.Element =>
--
To view, visit https://gerrit.wikimedia.org/r/372913
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac11a33494825c84fdb0407a8bbed0a6175150c8
Gerrit-PatchSet: 1
Gerrit-Project: marvin
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits