fix(entry): remove offset + 1 for tailwindcss
This commit is contained in:
@@ -68,7 +68,7 @@ entry.get_offset = function(self)
|
||||
return idx
|
||||
end
|
||||
end
|
||||
return offset + 1
|
||||
return offset
|
||||
end)
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user