-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
assignedWhether or not this bug has been assigned some to some other issues as a subtask or pre-reqWhether or not this bug has been assigned some to some other issues as a subtask or pre-reqbugSomething isn't workingSomething isn't working
Milestone
Description
I tried to use SCSS in my layout svelte file and it gave me the error:
(node:14140) UnhandledPromiseRejectionWarning: ParseError: Colon is expected
at error$1 (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\svelte\compiler.js:15595:20)
at Parser$1.error (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\svelte\compiler.js:15671:10)
at Object.read_style [as read] (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\svelte\compiler.js:11997:21)
at tag (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\svelte\compiler.js:14737:34)
at new Parser$1 (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\svelte\compiler.js:15630:22)
at Object.parse$3 [as parse] (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\svelte\compiler.js:15761:21)
at process_layouts (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\mdsvex\dist\main.cjs.js:25708:26)
at Object.mdsvex (D:\Mudit and Harshit\Projects\svelte-materialify\site\node_modules\mdsvex\dist\main.cjs.js:25799:12)
at Object.<anonymous> (D:\Mudit and Harshit\Projects\svelte-materialify\site\rollup.config.js:32:10)
at Module._compile (internal/modules/cjs/loader.js:1176:30)
But when I removed the lang attribute from my style tag and used CSS instead of SCSS, it showed no errors and worked fine.
cronin4392
Metadata
Metadata
Assignees
Labels
assignedWhether or not this bug has been assigned some to some other issues as a subtask or pre-reqWhether or not this bug has been assigned some to some other issues as a subtask or pre-reqbugSomething isn't workingSomething isn't working