Skip to content

Commit

Permalink
Update doc for NodePackageImporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Feb 17, 2024
1 parent 955e823 commit 01cc95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sass/node_package_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module Sass
# The built-in Node.js package importer. This loads pkg: URLs from node_modules
# according to the standard Node.js resolution algorithm.
#
# @param entry_point_directory [String] The directory where the {NodePackageImporter} should start when resolving
# `pkg:` URLs in sources other than files on disk.
# @see https://sass-lang.com/documentation/js-api/classes/nodepackageimporter/
class NodePackageImporter
def initialize(entry_point_directory)
Expand Down

0 comments on commit 01cc95d

Please sign in to comment.