Files
vscode/build/vite/style.css
Henning Dieterichs bce538863f adds component explorer (#294075)
* adds component explorer

* Removes log
2026-02-11 12:06:16 +01:00

16 lines
545 B
CSS

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
#sampleContent {
height: 400px;
border: 1px solid black;
}
@font-face {
font-family: "codicon";
font-display: block;
src: url("~@vscode/codicons/dist/codicon.ttf") format("truetype");
}