We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8d634 commit fe6e21aCopy full SHA for fe6e21a
lua/astrocommunity/pack/tailwindcss/init.lua
@@ -44,7 +44,7 @@ return {
44
if not root then
45
local package_root = root_pattern "package.json"(fname)
46
if package_root then
47
- local package_data = decode_json_file(root .. "/package.json")
+ local package_data = decode_json_file(package_root .. "/package.json")
48
if
49
package_data
50
and (
0 commit comments