Closed
Description
- VSCode Version: 1.16.0
- OS Version: Window10
Steps to Reproduce:
- open your VS Code.
- new a CSS file.
- paste this to you file
.wrap {
display: inline-block;
width: 300px;
height: 300px;
margin: 20px;
background: repeating-linear-gradient(45deg, red, red 10px, orange 10px,orange 20px);
}
- Put your cursor over here
orange
Reproduces without extensions: Yes
Activity