You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to parse my sass files but when I insert a comment with double slash or a javascript file reference for intellisense in Visual Studio 2017 I am getting the error I mentioned below.
/* Comment that working well */
// This comment will couse an error
My main objective is use the reference paths actually. Comments are not that important I can use the /**/ syntax anyways.
tcm -o lib -p ./**/*.scss src
[Error] CssSyntaxError: C:\C:\src\Component\assets\style.scss:1:1: Unknown word
You tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser
Hello,
I am trying to parse my sass files but when I insert a comment with double slash or a javascript file reference for intellisense in Visual Studio 2017 I am getting the error I mentioned below.
/* Comment that working well */
// This comment will couse an error
My main objective is use the reference paths actually. Comments are not that important I can use the /**/ syntax anyways.
tcm -o lib -p ./**/*.scss src
[Error] CssSyntaxError: C:\C:\src\Component\assets\style.scss:1:1: Unknown word
You tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser
1 | /// <reference path="../../stylesheets/main.scss" / >
.. | ^
2 |
3 | @import 'mainstyles';`
The text was updated successfully, but these errors were encountered: