Skip to content

Commit

Permalink
Change FileSystemImporter from class to module
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jul 7, 2024
1 parent bdb75da commit f42ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sassc/embedded.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def find_file_url(...)

private_constant :FileImporter

class FileSystemImporter
module FileSystemImporter
class << self
def resolve_path(path, from_import)
ext = File.extname(path)
Expand Down

0 comments on commit f42ffac

Please sign in to comment.