Skip to content

Commit fe6e21a

Browse files
committed
fix(tailwindcss): fix typo
1 parent 4d8d634 commit fe6e21a

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/pack/tailwindcss

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/tailwindcss/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ return {
4444
if not root then
4545
local package_root = root_pattern "package.json"(fname)
4646
if package_root then
47-
local package_data = decode_json_file(root .. "/package.json")
47+
local package_data = decode_json_file(package_root .. "/package.json")
4848
if
4949
package_data
5050
and (

0 commit comments

Comments
 (0)