Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

executable file
·
6 lines (5 loc) · 500 Bytes

This fork fixes a problem in the original (no longer maintained) repo, where a .scss file would cause eslint errors if it included modern syntax such as @use. It also adds some niceties, such as:

  • Throws an error if the imported file cannot be found (silent failure in the original repo)
  • Throws an error if the imported file cannot be parsed (silent failure in the original repo)

Please check the documentation for the original repo here.