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

🐛 Formatter enabled only does it for .css files, not for .scss files #3759

Closed
1 task done
JosepSalvat opened this issue Sep 2, 2024 · 1 comment
Closed
1 task done

Comments

@JosepSalvat
Copy link

Environment information

CLI:
  Version:                      1.8.3
  Color support:                true

Platform:
  CPU Architecture:             x86_64
  OS:                           linux

Environment:
  BIOME_LOG_DIR:                unset
  NO_COLOR:                     unset
  TERM:                         "xterm-256color"
  JS_RUNTIME_VERSION:           "v22.1.0"
  JS_RUNTIME_NAME:              "node"
  NODE_PACKAGE_MANAGER:         "npm/10.7.0"

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           false
  Linter disabled:              false
  Organize imports disabled:    false
  VCS disabled:                 true

Workspace:
  Open Documents:               0

What happened?

run the formatter-enabled: true and it works but only for .css files, not for .scss files

Expected result

should format also .scss files like .module.scss

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@togami2864
Copy link
Contributor

Hi @JosepSalvat. Our CSS parser only supports the standard CSS currently.
As we discussed earlier, it could be implemented in the future, but it is still undecided.
#1285

@Conaclos Conaclos closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2024
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

3 participants