Jump to content
  • 0

как правильно записать конструкцию if


teanrus
 Share

Question

пишу так:

a {
      if &[href $='.pdf'] {$typecontent: '\f1c1';}
      if &[href $='.xls'] or &[href $='.xlsx'] {$typecontent: '\f1c3';}
      if &[href $='.doc'] or &[href $='.docx'] {$typecontent: '\f1c2';}
      if &[href $='.ppt'] or &[href $='.pptx'] {$typecontent: '\f1c4';}
      if &[href $='.zip'] or &[href $='.7zip'] or &[href $='.rar'] {$typecontent: '\f1c6';}
      else {$typecontent: '';}
    }
.dsize {
            color: $wite;
            &::before {
              margin-right: .5em;
              font-family: "Font Awesome 5 Free";
              font-weight: 600;
              content: $typecontent;
            }

на что получаю ошибку компилятора: 

Error: Undefined variable.
╷
108 │ content: $typecontent;
│ ^^^^^^^^^^^^
╵
pen.scss 108:24 root stylesheet

где моя ошибка? Подскажите плиз!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Здравствуйте.

Скорее всего этот код на SASS/SCSS. Ошибка в абстракции написания кода. Проверять значения атрибутов в стилях не получится. Вы можете присваивать разные стили, в зависимости от указанных значения в атрибутах.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy