This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Config File Error The config file you specified doesn't seem to be a .yml file. #198
Open
1 of 3 tasks
When running sass-lint with a scss-file, it shows me all errors and hints to improve my sass-syntax, but I constantly get the message "Config File Error The config file you specified doesn't seem to be a .yml file. Please see the sass-lint documentation on how to create a config file."
I tried both the files from https://github.com/sasstools/sass-lint/blob/master/lib/config/sass-lint.yml and https://github.com/sasstools/sass-lint/blob/master/docs/sass-lint.yml
I put the sass-lint.yml in the custom theme folder of my drupal project, so the folder structure is:
themename/sass-lint.yml
themename/sass/style.scss
They are valid yaml files according to online yaml linters, but sass-lint always shows me the error message above every time I change something in a scss-file.
The text was updated successfully, but these errors were encountered: