We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ef98d commit f28c8d4Copy full SHA for f28c8d4
frameworks/hello-world-react-cra/webview-ui/src/App.css
@@ -0,0 +1,11 @@
1
+main {
2
+ display: flex;
3
+ flex-direction: column;
4
+ justify-content: center;
5
+ align-items: flex-start;
6
+ height: 100%;
7
+}
8
+
9
+main > * {
10
+ margin: 1rem 0;
11
frameworks/hello-world-react-cra/webview-ui/src/App.tsx
@@ -1,5 +1,6 @@
import { vscode } from "./utilities/vscode";
import { VSCodeButton } from "@vscode/webview-ui-toolkit/react";
+import "./App.css";
function App() {
function handleHowdyClick() {
0 commit comments