Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scss @charset failing #210

Open
Hideman85 opened this issue Feb 23, 2022 · 0 comments
Open

Scss @charset failing #210

Hideman85 opened this issue Feb 23, 2022 · 0 comments

Comments

@Hideman85
Copy link

Hideman85 commented Feb 23, 2022

Hi,

I'm having troubles with scss, I wanted to try out your plugins instead of separate one but it fails right away.

[!] Error: Unexpected character '@' (Note that you need plugins to import files that are not JavaScript)
src/styles/App.scss (1:0)
1: @charset "UTF-8";
   ^

Config

    styles({
      mode: 'emit',
      less: {
        javascriptEnabled: true,
        modifyVars: {
          '@border-radius-base': '0.25rem'
        }
      },
      sass: {
        impl: 'sass'
      }
    }),

Related issue #141 but still unanswered :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant