Brad Cornes
6fdef8616a
Add bundled version of `tailwindcss` and first-party plugins
2022-01-07 11:42:39 +00:00
Brad Cornes
c77600ccd2
Create LICENSE
2022-01-05 10:28:45 +00:00
Brad Cornes
80336ae320
Bump language service
2021-12-06 16:06:16 +00:00
Brad Cornes
4e8918ad8c
Disable variant order linting and sorting for tailwindcss v3
2021-12-06 15:40:54 +00:00
Brad Cornes
ddabfe9390
Bump language server
2021-11-26 15:20:10 +00:00
Brad Cornes
0535454958
Bump language service
2021-11-26 15:05:28 +00:00
Brad Cornes
e47f5fa539
Ignore `content: var(--tw-content)` when determining color
2021-11-05 16:29:34 +00:00
Brad Cornes
ba21a2f1d8
fix color detection
2021-10-08 18:24:57 +01:00
Brad Cornes
febded6864
update tsconfig
2021-10-08 18:24:11 +01:00
Brad Cornes
251d32faaf
increase classlist search range ( #414 )
2021-10-08 17:36:17 +01:00
Brad Cornes
d74a53ae9e
update color extraction to allow parentheses ( #423 )
2021-10-08 17:06:10 +01:00
Brad Cornes
0f4d93b96e
add `classAttributes` setting
2021-10-08 16:51:14 +01:00
Brad Cornes
d32e9cc086
bump `postcss`
2021-10-08 10:55:38 +01:00
Brad Cornes
d641b8eb2b
allow whitespace around class attribute `=` ( #426 )
2021-10-04 18:14:24 +01:00
Brad Cornes
8c299f96a9
bump language service
2021-10-04 18:13:42 +01:00
Brad Cornes
214e2b487b
add `accent-color` to list of color-related CSS properties
2021-10-04 16:10:16 +01:00
Brad Cornes
53743f2faa
Add support for v3-alpha ( #424 )
...
* wip
* Update v3 support, color handling
* Update diagnostics and completions
* bump language service
* update context api usage
* bump language service
2021-10-01 14:11:45 +01:00
Brad Cornes
a4f5a5f287
tweak style block regexes
2021-09-29 16:38:23 +01:00
Brad Cornes
62ddc243d3
Merge branch 'master' into bugfix-style
2021-09-24 17:48:42 +01:00
Brad Cornes
1253902e88
add `phoenix-heex` language ( #407 )
2021-09-24 16:11:23 +01:00
Brad Cornes
7e2b53cd11
avoid false positives when parsing colors ( #415 )
2021-09-24 15:05:07 +01:00
Brad Cornes
6367de3870
update `<style>` patterns
2021-09-10 12:33:35 +01:00
Brad Cornes
6812188323
Fix error when rule doesn't have a parent
2021-09-03 13:23:55 +01:00
Brad Cornes
02d7b4fc09
Merge branch 'master' into css-helpers
2021-08-18 12:10:36 +01:00
Brad Cornes
79a3f2b5a1
use character-base ranges when looking for classes
2021-08-13 17:59:14 +01:00
Brad Cornes
3d6e9b7e4d
remove logs
2021-08-13 17:50:50 +01:00
Brad Cornes
569635067c
update css helper hovers
2021-07-12 15:23:16 +01:00
Brad Cornes
114284865d
prettier
2021-07-07 12:38:00 +01:00
Brad Cornes
579d580896
update diagnostic message
2021-07-07 12:37:41 +01:00
Brad Cornes
caa2ba1de8
Merge branch 'master' of github.com:tailwindlabs/tailwindcss-intellisense
2021-07-07 12:37:07 +01:00
Brad Cornes
e197b21e21
bump language service
2021-07-07 12:36:34 +01:00
Akihiro Okuno
1da2139684
Avoid `invalidConfigPath` for function values
...
Pass `validateConfigPath` if a type of value equals to `function`. The purpose of this commit is to avoid unwanted warnings when we define theme values as functions in tailwind.config.js, which, for example, are required to define theme colors with opacity enabled. https://github.com/tailwindlabs/tailwindcss/discussions/2206#discussioncomment-60081
2021-07-06 18:33:46 +09:00
Brad Cornes
c2a9479a4d
remove `@defaults` when stringifying CSS
2021-07-05 14:09:33 +01:00
Brad Cornes
eaa76f195a
fix semi-colon insertion for indented rules
2021-07-05 14:03:21 +01:00
Brad Cornes
dc7502c900
bump language service
2021-06-20 17:58:44 +01:00
Brad Cornes
c2345f0112
update `@tailwind` completions and diagnostics
2021-06-16 19:37:35 +01:00
Brad Cornes
096e93b988
bump tailwindcss-language-service
2021-06-16 14:17:44 +01:00
Brad Cornes
16864d96ae
ignore empty `content` when determining rule color
2021-06-15 20:39:53 +01:00
Brad Cornes
6e092ddf33
add astro languages
2021-06-05 15:46:00 +01:00
Brad Cornes
14ec688199
formatting
2021-06-04 17:00:34 +01:00
Brad Cornes
388cbb8351
tweak opacity modifier completions
2021-06-04 17:00:27 +01:00
Brad Cornes
73886ffbf0
tweak semi-colon regex
2021-06-04 13:37:44 +01:00
Brad Cornes
4de605928b
support tailwindcss v2.2
2021-06-04 12:17:00 +01:00
Brad Cornes
bdb398bf80
add lerna and separate language server package
2021-06-01 12:37:15 +01:00
Brad Cornes
b7bf51f156
fix completions and hovers inside `<style>` ( fixes #334 )
2021-05-20 16:50:10 +01:00
Brad Cornes
b8dc88d699
show pixel equivalents in jit mode ( fixes #332 )
2021-05-20 13:24:16 +01:00
Brad Cornes
5cf4b1717d
[JIT] add opacity modifier completions
2021-05-18 12:22:18 +01:00
Brad Cornes
4cee488fb4
fix @variants completions/diagnostics in JIT mode ( fixes #324 )
2021-05-17 12:38:52 +01:00
Brad Cornes
c8e9046cf4
bump tailwindcss-language-service
2021-05-12 11:08:39 +01:00
Brad Cornes
482b5bc7af
fix @apply in plugins in jit mode
2021-05-10 13:41:48 +01:00