Перейти к содержимому


Фотография
- - - - -

Странная ошибка в less


Лучший Ответ fiction13 , 28 February 2017 - 11:26

background-position:-317px -199px;
Перейти к сообщению


  • Закрытая тема Тема закрыта
Сообщений в теме: 2

#1 immortal727

immortal727

Отправлено 28 February 2017 - 10:51

Пишу в коде 

ul{
          list-style:none;
          i{
            background: url("../images/icons.png") no-repeat;
            float: left;
            margin-right: 5px;
          }
          &:first-child li i{
            background-position:-317px -199px
            width: 20px;
            height: 30px;
            position: relative;
            bottom: 5px;
          }
          &:nth-child(2) li i{
            top: -3px;
            left: 10px;
            background-position: -353px -92px;
            width: 24px;
            height: 24px;
          }
    }
 
Браузер выдает ошибку. 
ParseError: Unexpected input in template.less on line 138, column 13
136| i{
137| background: url("../images/icons.png") no-repeat;
138| float: left;
139| margin-right: 5px;
140| }
141| &:first-child li i{

  • -1

#2 fiction13

fiction13

Отправлено 28 February 2017 - 11:26   Лучший Ответ

background-position:-317px -199px;

  • 1

#3 immortal727

immortal727

Отправлено 28 February 2017 - 17:46

Спасибо. ";" не заметил, что её нет


  • 0




Click to return to top of page in style!