We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11afeba commit fe209bcCopy full SHA for fe209bc
1 file changed
lsp/tailwindcss.lua
@@ -7,8 +7,7 @@
7
local util = require 'lspconfig.util'
8
9
local function find_tailwind_global_css()
10
- local target = "@import 'tailwindcss';"
11
-
+ local target = [[%@import ['"]tailwindcss['"]%;]]
12
-- Find project root using `.git`
13
local buf = vim.api.nvim_get_current_buf()
14
local root = vim.fs.root(buf, function(name)
0 commit comments