preferences -> keyboard shortcuts
and search for increment
and decrement
to map the commands to ctrl+ :arrow_up: / :arrow_down: https://github.com/Microsoft/vscode/issues/3776#issuecomment-372664006
<code>
content not wrapping.
* {
border: 1px solid black;
}
I used to do that and default things to 0. But when I read:
"// PLEASE NOTE: Adding global style rules using the selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: { color: red }, for a quick example!"
I avoided doing so. However, reading it again, I think I miss read and panic'd lol, it's just a warning to be careful with the testing.
Settings -> CSS