liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language

Home Page:https://atom.io/packages/ide-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Less variables ask for { on lint

trakinos opened this issue · comments

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?

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