diff --git a/va11halla-syntax/styles/guides.less b/va11halla-syntax/styles/guides.less deleted file mode 100644 index a6f6443..0000000 --- a/va11halla-syntax/styles/guides.less +++ /dev/null @@ -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); -}