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
Which indicates its only accepting the SCSS syntax not the SASS (indented, no braces) syntax. The default behavior for node-sass is to allow either syntax based on file extension -- and I've validated that works properly.
The text was updated successfully, but these errors were encountered:
I'm not nearly a webpack expert but I've copied some config info from the VueJS website and I'm adding some configuration via Encore as follows:
This should enable both sass and scss syntax in a vue file, ie.
The actual error received is:
Which indicates its only accepting the SCSS syntax not the SASS (indented, no braces) syntax. The default behavior for node-sass is to allow either syntax based on file extension -- and I've validated that works properly.
The text was updated successfully, but these errors were encountered: