ElementUI / element-theme

Theme generator cli tool for Element.
MIT License
492 stars 142 forks source link

You tried to parse SCSS with the standard CSS parser #51

Open groenroos opened 6 years ago

groenroos commented 6 years ago

After upgrading all my dependencies, I get the following error:

$ et -w -c resources/assets/element/element.scss -o resources/assets/element/theme/

⠙ watch element theme

events.js:183
      throw er; // Unhandled 'error' event
      ^
Error: /resources/assets/element/element.scss:407:34: Unknown word
You tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser

How can I solve this?