liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language
https://atom.io/packages/ide-css
16 stars 1 forks source link

Less variables ask for { on lint #25

Closed trakinos closed 6 years ago

trakinos commented 6 years ago

I was declaring some variables on a less file. Lint is marking some of these lines as (red sign) and saying that it expects { On this code, lines 2 and 3 are marked: @manual-bgcolor: #fff; @manual-bgcolor-hover: #efefef; @site-color-base: #fff; @site-color-gray-1: #f7f7f7; @site-color-gray-2: #efefef;

How can i fix it?

trakinos commented 6 years ago

After further investigation, this is a less problem, not an IDE problem. Thx