css vscode的自定义css
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css vscode的自定义css相关的知识,希望对你有一定的参考价值。
.monaco-shell {
font-family: "Operator Mono Lig", "Fira Code", "Inconsolata", monospace;
}
/*
This puts a thin yellow border around the found items like Sublime did it
*/
.monaco-editor .findMatch,
.monaco-editor .selectionHighlight {
border: 1px solid #ffc600;
border-radius: 2px;
background: transparent;
}
.monaco-workbench>.part.editor>.content .editor-group-container>.title .tabs-container>.tab.active {
border: 0.5px solid #bdce32 !important;
}
以上是关于css vscode的自定义css的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段——CSS选择器
VSCode自定义代码片段7——CSS动画
VSCode自定义代码片段7——CSS动画
VSCode自定义代码片段6——CSS选择器
NextJS 的自定义 CSS 支持
css GeneratePress的自定义CSS