This error message is encountered because Sass has two syntaxes: Sass (which uses indentation) and SCSS (which uses curly braces and semicolons). Svelte uses the SCSS syntax by default, which means that semicolons are expected. If you try to use the indented syntax with semicolons, Sass will not recognize it and will throw an error. To fix this error, you should switch to using the SCSS syntax in your Svelte project.
Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss
Asked: 2021-05-08 11:00:00 +0000
Seen: 8 times
Last updated: Mar 06
What is the best way to arrange the file structure for both the backend and frontend in MERN?
Is it possible to utilize a SAS Server for storing network files? If so, what is the process?
What is a data storage solution for backing up data?
What does the error message "gulp-sass plugin error" indicate when deploying a theme on Liferay 7.4?
How can ADOMD.NET be used to deploy UDFs (User defined functions) to SSAS?
What is the process for importing a SAS table using proc import?