Files
vscode/build/vite/style.css

20 lines
579 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;
}
/*
Disabled because of rspack
@font-face {
font-family: "codicon";
font-display: block;
src: url("~@vscode/codicons/dist/codicon.ttf") format("truetype");
}
*/