Delete guides.less

This commit is contained in:
Kevin Rode 2021-01-03 03:16:53 -05:00 committed by GitHub
parent 4108f6781b
commit ec13a9294e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +0,0 @@
//cursor line
.line-number{
-webkit-transition: all 1.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border-left:2px solid transparent;
&.cursor-line{
color:@miki-off !important;
border-color: @miki-off;
}
}
//highlights
.editor .selection .region{
background:darken(@syntax-background-color,10%) !important;
}
.bracket-matcher .region{
background:darken(@syntax-background-color,8%);
position: absolute;
transform:scale(1.4);
}