'SCSS error : identifier expected && { expected

I just opened this file but error appeard. I don't know how to solve it.

main.scss

---
# Only the main Sass file needs front matter (the dashes are enough)
---

@charset "utf-8";

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

enter image description hereenter image description here

I did nothing.. Try to search about 'scss/css identifier expected' or 'scss/css { expected error' But there were no information about it..

Thank you for your help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source